Class PDElement
- java.lang.Object
-
- org.apache.axis2.jaxws.marshaller.impl.alt.PDElement
-
public class PDElement extends Object
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 Constructor Description PDElement(ParameterDescription param, Element element, Class byType)
PDElement(ParameterDescription param, Element element, Class byType, org.apache.axis2.jaxws.marshaller.impl.alt.Attachment attachment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axis2.jaxws.marshaller.impl.alt.Attachment
getAttachment()
Class
getByJavaTypeClass()
Element
getElement()
ParameterDescription
getParam()
void
setByJavaTypeClass(Class byType)
-
-
-
Constructor Detail
-
PDElement
public PDElement(ParameterDescription param, Element element, Class byType, org.apache.axis2.jaxws.marshaller.impl.alt.Attachment attachment)
-
PDElement
public PDElement(ParameterDescription param, Element element, Class byType)
-
-
Method Detail
-
getParam
public ParameterDescription getParam()
-
getElement
public Element getElement()
-
getByJavaTypeClass
public Class getByJavaTypeClass()
-
setByJavaTypeClass
public void setByJavaTypeClass(Class byType)
-
getAttachment
public org.apache.axis2.jaxws.marshaller.impl.alt.Attachment getAttachment()
-
-