oasis.names.tc.wsrp.v1.types
Class PropertyList

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.PropertyList
All Implemented Interfaces:
java.io.Serializable

public class PropertyList
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PropertyList()
           
PropertyList(Extension[] extensions, Property[] properties, ResetProperty[] resetProperties)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Extension[] getExtensions()
          Gets the extensions value for this PropertyList.
 Extension getExtensions(int i)
           
 Property[] getProperties()
          Gets the properties value for this PropertyList.
 Property getProperties(int i)
           
 ResetProperty[] getResetProperties()
          Gets the resetProperties value for this PropertyList.
 ResetProperty getResetProperties(int i)
           
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
 int hashCode()
           
 void setExtensions(Extension[] extensions)
          Sets the extensions value for this PropertyList.
 void setExtensions(int i, Extension _value)
           
 void setProperties(int i, Property _value)
           
 void setProperties(Property[] properties)
          Sets the properties value for this PropertyList.
 void setResetProperties(int i, ResetProperty _value)
           
 void setResetProperties(ResetProperty[] resetProperties)
          Sets the resetProperties value for this PropertyList.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyList

public PropertyList()

PropertyList

public PropertyList(Extension[] extensions,
                    Property[] properties,
                    ResetProperty[] resetProperties)
Method Detail

getProperties

public Property[] getProperties()
Gets the properties value for this PropertyList.

Returns:
properties

setProperties

public void setProperties(Property[] properties)
Sets the properties value for this PropertyList.

Parameters:
properties -

getProperties

public Property getProperties(int i)

setProperties

public void setProperties(int i,
                          Property _value)

getResetProperties

public ResetProperty[] getResetProperties()
Gets the resetProperties value for this PropertyList.

Returns:
resetProperties

setResetProperties

public void setResetProperties(ResetProperty[] resetProperties)
Sets the resetProperties value for this PropertyList.

Parameters:
resetProperties -

getResetProperties

public ResetProperty getResetProperties(int i)

setResetProperties

public void setResetProperties(int i,
                               ResetProperty _value)

getExtensions

public Extension[] getExtensions()
Gets the extensions value for this PropertyList.

Returns:
extensions

setExtensions

public void setExtensions(Extension[] extensions)
Sets the extensions value for this PropertyList.

Parameters:
extensions -

getExtensions

public Extension getExtensions(int i)

setExtensions

public void setExtensions(int i,
                          Extension _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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