Class PDElement
java.lang.Object
org.apache.axis2.jaxws.marshaller.impl.alt.PDElement
A PDElement object holds a ParameterDescription
Element object.
If this Element represents an attachment,
1) The Element represents the xml element that references the attachment (null if SWA Attachment)
2) The Attachment object represents the attachment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.axis2.jaxws.marshaller.impl.alt.Attachmentorg.apache.axis2.jaxws.description.ParameterDescriptiongetParam()voidsetByJavaTypeClass(Class byType)
-
Constructor Details
-
PDElement
-
PDElement
-
-
Method Details
-
getParam
public org.apache.axis2.jaxws.description.ParameterDescription getParam() -
getElement
-
getByJavaTypeClass
-
setByJavaTypeClass
-
getAttachment
public org.apache.axis2.jaxws.marshaller.impl.alt.Attachment getAttachment()
-