org.apache.axis.message.addressing
Class ReferenceParametersType

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

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

Java content class for ReferenceParametersType 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="ReferenceParametersType">
   <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
ReferenceParametersType()
          Constructor ReferenceParameters
ReferenceParametersType(java.lang.Object element)
          Constructor ReferenceParameters
ReferenceParametersType(ReferenceParametersType properties)
          Constructor ReferenceParameters (performs shallow copy)
ReferenceParametersType(ReferenceParametersType properties, boolean deepCopy)
          Constructor ReferenceParameters
 
Method Summary
 void add(java.lang.Object element)
           
 void append(org.w3c.dom.Element parent, java.lang.String elementName)
          append DOM node to parent
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this ReferenceParametersType.
 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 ReferenceParametersType.
 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

ReferenceParametersType

public ReferenceParametersType()
Constructor ReferenceParameters


ReferenceParametersType

public ReferenceParametersType(java.lang.Object element)
Constructor ReferenceParameters


ReferenceParametersType

public ReferenceParametersType(ReferenceParametersType properties)
Constructor ReferenceParameters (performs shallow copy)

Parameters:
properties -

ReferenceParametersType

public ReferenceParametersType(ReferenceParametersType properties,
                               boolean deepCopy)
Constructor ReferenceParameters

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 -

get_any

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

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 ReferenceParametersType.

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.