org.apache.axis2.jaxws.marshaller.impl.alt
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.