Class 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
    • Method Detail

      • 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()