|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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.ReferencePropertiesType
public class ReferencePropertiesType
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>
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
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 |
append(org.w3c.dom.Element parent)
Appends a DOM representation of this instance to the specified element. |
static ReferencePropertiesType |
fromElement(org.w3c.dom.Element element)
Parses an XML element node and extracts an instance of this class. |
static ReferencePropertiesType |
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 ReferencePropertiesType()
public ReferencePropertiesType(java.lang.Object element)
element
- Content of this instancepublic ReferencePropertiesType(ReferencePropertiesType properties)
properties
- Properties to copy frompublic ReferencePropertiesType(ReferencePropertiesType properties, boolean deepCopy)
properties
- Properties to copy fromdeepCopy
- Whether to perform a deep or shallow copyMethod Detail |
---|
public static ReferencePropertiesType fromElement(org.w3c.dom.Element element)
element
- Element to parse
public static ReferencePropertiesType 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 |