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 Details

    • PDElement

      public PDElement(org.apache.axis2.jaxws.description.ParameterDescription param, Element element, Class byType, org.apache.axis2.jaxws.marshaller.impl.alt.Attachment attachment)
    • PDElement

      public PDElement(org.apache.axis2.jaxws.description.ParameterDescription param, Element element, Class byType)
  • Method Details

    • getParam

      public org.apache.axis2.jaxws.description.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()