org.apache.axis.message.addressing
Class ReferencePropertiesType

java.lang.Object
  extended byorg.apache.axis.message.addressing.ReferencePropertiesType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class ReferencePropertiesType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

Java content class for ReferencePropertiesType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at http://schemas.xmlsoap.org/ws/2004/08/addressing line 62)

 <complexType name="ReferencePropertiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Author:
Davanum Srinivas (dims@yahoo.com)
See Also:
Serialized Form

Constructor Summary
ReferencePropertiesType()
          Constructor ReferenceProperties
ReferencePropertiesType(java.lang.Object element)
          Constructor ReferenceProperties
ReferencePropertiesType(ReferencePropertiesType properties)
          Constructor ReferenceProperties (performs shallow copy)
ReferencePropertiesType(ReferencePropertiesType properties, boolean deepCopy)
          Constructor ReferenceProperties
 
Method Summary
 void add(java.lang.Object element)
           
 void append(org.w3c.dom.Element parent, java.lang.String elementName)
          append DOM node to parent
static ReferencePropertiesType fromElement(org.w3c.dom.Element element)
           
static ReferencePropertiesType fromSOAPElement(javax.xml.soap.SOAPElement element)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this ReferencePropertiesType.
 java.lang.Object get(int index)
           
 org.apache.axis.message.MessageElement get(javax.xml.namespace.QName qname)
          Get a (single) MessageElement matching the passed QName
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this ReferencePropertiesType.
 int size()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferencePropertiesType

public ReferencePropertiesType()
Constructor ReferenceProperties


ReferencePropertiesType

public ReferencePropertiesType(java.lang.Object element)
Constructor ReferenceProperties


ReferencePropertiesType

public ReferencePropertiesType(ReferencePropertiesType properties)
Constructor ReferenceProperties (performs shallow copy)

Parameters:
properties -

ReferencePropertiesType

public ReferencePropertiesType(ReferencePropertiesType properties,
                               boolean deepCopy)
Constructor ReferenceProperties

Parameters:
properties -
deepCopy -
Method Detail

size

public int size()

get

public java.lang.Object get(int index)

get

public org.apache.axis.message.MessageElement get(javax.xml.namespace.QName qname)
Get a (single) MessageElement matching the passed QName

Parameters:
qname -
Returns:

add

public void add(java.lang.Object element)

append

public void append(org.w3c.dom.Element parent,
                   java.lang.String elementName)
append DOM node to parent

Parameters:
parent -

fromSOAPElement

public static ReferencePropertiesType fromSOAPElement(javax.xml.soap.SOAPElement element)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

fromElement

public static ReferencePropertiesType fromElement(org.w3c.dom.Element element)
                                           throws java.lang.Exception
Throws:
java.lang.Exception

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this ReferencePropertiesType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this ReferencePropertiesType.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

toString

public java.lang.String toString()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2004-2005 Apache Web Services. All Rights Reserved.