org.apache.axis2.jaxws.marshaller.impl.alt
Class PDElement

java.lang.Object
  extended by org.apache.axis2.jaxws.marshaller.impl.alt.PDElement

public class PDElement
extends java.lang.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
PDElement(ParameterDescription param, Element element, java.lang.Class byType)
           
PDElement(ParameterDescription param, Element element, java.lang.Class byType, org.apache.axis2.jaxws.marshaller.impl.alt.Attachment attachment)
           
 
Method Summary
 org.apache.axis2.jaxws.marshaller.impl.alt.Attachment getAttachment()
           
 java.lang.Class getByJavaTypeClass()
           
 Element getElement()
           
 ParameterDescription getParam()
           
 void setByJavaTypeClass(java.lang.Class byType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDElement

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

PDElement

public PDElement(ParameterDescription param,
                 Element element,
                 java.lang.Class byType)
Method Detail

getParam

public ParameterDescription getParam()

getElement

public Element getElement()

getByJavaTypeClass

public java.lang.Class getByJavaTypeClass()

setByJavaTypeClass

public void setByJavaTypeClass(java.lang.Class byType)

getAttachment

public org.apache.axis2.jaxws.marshaller.impl.alt.Attachment getAttachment()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.