|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<org.apache.axis.message.MessageElement>
org.apache.axis.message.addressing.AnyContentTypeList
org.apache.axis.message.addressing.ReferenceParametersType
public class ReferenceParametersType
Java content class for the 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>
| Field Summary |
|---|
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
ReferenceParametersType()
Constructor ReferenceParameters. |
|
ReferenceParametersType(java.lang.Object element)
Constructor ReferenceParameters. |
|
ReferenceParametersType(ReferenceParametersType params)
Constructor ReferenceParameters (performs shallow copy). |
|
ReferenceParametersType(ReferenceParametersType params,
boolean deepCopy)
Constructor ReferenceParameters. |
|
| Method Summary | |
|---|---|
void |
append(org.w3c.dom.Element parent)
Appends a DOM representation of this instance to the specified element. |
static ReferenceParametersType |
fromElement(org.w3c.dom.Element element)
Parses an XML element node and extracts an instance of this class. |
static ReferenceParametersType |
fromSOAPElement(javax.xml.soap.SOAPElement element)
Parses a SOAP element and extracts an instance of this class. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mType,
java.lang.Class<?> jType,
javax.xml.namespace.QName xType)
Gets a custom Deserializer. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mType,
java.lang.Class<?> jType,
javax.xml.namespace.QName xType)
Gets a custom Serializer. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return the type description object. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.axis.message.addressing.AnyContentTypeList |
|---|
add, append, append, fromElement, fromSOAPElement, get_any, get, set_any, toString |
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public ReferenceParametersType()
public ReferenceParametersType(java.lang.Object element)
element - Content of this instancepublic ReferenceParametersType(ReferenceParametersType params)
params - Parameters to copy from
public ReferenceParametersType(ReferenceParametersType params,
boolean deepCopy)
params - Parameters to copy fromdeepCopy - true to perform a deep copy| Method Detail |
|---|
public static ReferenceParametersType fromElement(org.w3c.dom.Element element)
element - Element to parse
public static ReferenceParametersType fromSOAPElement(javax.xml.soap.SOAPElement element)
element - Element to parse
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mType,
java.lang.Class<?> jType,
javax.xml.namespace.QName xType)
mType - not usedjType - Java typexType - XML type
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mType,
java.lang.Class<?> jType,
javax.xml.namespace.QName xType)
mType - not usedjType - Java typexType - XML type
public static org.apache.axis.description.TypeDesc getTypeDesc()
public void append(org.w3c.dom.Element parent)
This method should call DOMAppendable.append(Element, String)
with a default value for the elementName parameter. Abstract
classes, or those to be always subclassed may optionally
throw UnsupportedOperationException
instead.
parent - Parent elementpublic java.lang.String toString()
toString in class java.util.AbstractCollection<org.apache.axis.message.MessageElement>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||