|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.description.builder.ParameterDescriptionComposite
public class ParameterDescriptionComposite
Constructor Summary | |
---|---|
ParameterDescriptionComposite()
|
|
ParameterDescriptionComposite(java.lang.String parameterType,
java.lang.Class parameterTypeClass,
WebParamAnnot webParamAnnot,
WebServiceRefAnnot webServiceRefAnnot)
|
Method Summary | |
---|---|
boolean |
compare(java.lang.Object obj)
|
java.lang.String |
getHolderActualType()
|
java.lang.Class |
getHolderActualTypeClass()
For JAX-WS Holder |
int |
getListOrder()
|
MethodDescriptionComposite |
getMethodDescriptionCompositeRef()
|
java.lang.String |
getParameterType()
Returns the String descrbing this Parameter type. |
java.lang.Class |
getParameterTypeClass()
Returns the class associated with the Parameter. |
java.lang.String |
getRawType()
|
WebParamAnnot |
getWebParamAnnot()
|
WebServiceRefAnnot |
getWebServiceRefAnnot()
|
boolean |
isHolderType()
|
boolean |
isListType()
|
void |
setIsListType(boolean isListType)
|
void |
setListOrder(int listOrder)
|
void |
setMethodDescriptionCompositeRef(MethodDescriptionComposite mdc)
|
void |
setParameterType(java.lang.String parameterType)
|
void |
setWebParamAnnot(WebParamAnnot webParamAnnot)
|
void |
setWebServiceRefAnnot(WebServiceRefAnnot webServiceRefAnnot)
|
java.lang.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(java.lang.String parameterType, java.lang.Class parameterTypeClass, WebParamAnnot webParamAnnot, WebServiceRefAnnot webServiceRefAnnot)
Method Detail |
---|
public java.lang.String getParameterType()
public java.lang.Class getParameterTypeClass()
public java.lang.Class getHolderActualTypeClass()
public WebParamAnnot getWebParamAnnot()
public WebServiceRefAnnot getWebServiceRefAnnot()
public int getListOrder()
public MethodDescriptionComposite getMethodDescriptionCompositeRef()
public void setParameterType(java.lang.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(java.lang.Object obj)
public void setIsListType(boolean isListType)
public boolean isListType()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getRawType()
public java.lang.String getHolderActualType()
public boolean isHolderType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |