|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.description.builder.ParameterDescriptionComposite
public class ParameterDescriptionComposite
Constructor Summary | |
---|---|
ParameterDescriptionComposite()
|
|
ParameterDescriptionComposite(String parameterType,
Class parameterTypeClass,
WebParamAnnot webParamAnnot,
WebServiceRefAnnot webServiceRefAnnot)
|
Method Summary | |
---|---|
boolean |
compare(Object obj)
|
String |
getHolderActualType()
|
Class |
getHolderActualTypeClass()
For JAX-WS Holder |
int |
getListOrder()
|
MethodDescriptionComposite |
getMethodDescriptionCompositeRef()
|
String |
getParameterType()
Returns the String descrbing this Parameter type. |
Class |
getParameterTypeClass()
Returns the class associated with the Parameter. |
String |
getRawType()
|
WebParamAnnot |
getWebParamAnnot()
|
WebServiceRefAnnot |
getWebServiceRefAnnot()
|
boolean |
isHolderType()
|
boolean |
isListType()
|
void |
setIsListType(boolean isListType)
|
void |
setListOrder(int listOrder)
|
void |
setMethodDescriptionCompositeRef(MethodDescriptionComposite mdc)
|
void |
setParameterType(String parameterType)
|
void |
setWebParamAnnot(WebParamAnnot webParamAnnot)
|
void |
setWebServiceRefAnnot(WebServiceRefAnnot webServiceRefAnnot)
|
String |
toString()
Convenience method for unit testing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParameterDescriptionComposite()
public ParameterDescriptionComposite(String parameterType, Class parameterTypeClass, WebParamAnnot webParamAnnot, WebServiceRefAnnot webServiceRefAnnot)
Method Detail |
---|
public String getParameterType()
public Class getParameterTypeClass()
public Class getHolderActualTypeClass()
public WebParamAnnot getWebParamAnnot()
public WebServiceRefAnnot getWebServiceRefAnnot()
public int getListOrder()
public MethodDescriptionComposite getMethodDescriptionCompositeRef()
public void setParameterType(String parameterType)
parameterType
- The parameterType to set.public void setWebParamAnnot(WebParamAnnot webParamAnnot)
webParamAnnot
- The webParamAnnot to set.public void setWebServiceRefAnnot(WebServiceRefAnnot webServiceRefAnnot)
webServiceRefAnnot
- The webServiceRefAnnot to set.public void setListOrder(int listOrder)
webServiceContextAnnot
- The webServiceContextAnnot to set.public void setMethodDescriptionCompositeRef(MethodDescriptionComposite mdc)
mdc
- The parent MethodDescriptionComposite to set.public boolean compare(Object obj)
public void setIsListType(boolean isListType)
public boolean isListType()
public String toString()
toString
in class Object
public String getRawType()
public String getHolderActualType()
public boolean isHolderType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |