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

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

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

See Also:
Serialized Form

Constructor Summary
ModelDescription()
           
ModelDescription(Extension[] extensions, ModelTypes modelTypes, PropertyDescription[] propertyDescriptions)
           
 
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 ModelDescription.
 Extension getExtensions(int i)
           
 ModelTypes getModelTypes()
          Gets the modelTypes value for this ModelDescription.
 PropertyDescription[] getPropertyDescriptions()
          Gets the propertyDescriptions value for this ModelDescription.
 PropertyDescription getPropertyDescriptions(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 ModelDescription.
 void setExtensions(int i, Extension _value)
           
 void setModelTypes(ModelTypes modelTypes)
          Sets the modelTypes value for this ModelDescription.
 void setPropertyDescriptions(int i, PropertyDescription _value)
           
 void setPropertyDescriptions(PropertyDescription[] propertyDescriptions)
          Sets the propertyDescriptions value for this ModelDescription.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelDescription

public ModelDescription()

ModelDescription

public ModelDescription(Extension[] extensions,
                        ModelTypes modelTypes,
                        PropertyDescription[] propertyDescriptions)
Method Detail

getPropertyDescriptions

public PropertyDescription[] getPropertyDescriptions()
Gets the propertyDescriptions value for this ModelDescription.

Returns:
propertyDescriptions

setPropertyDescriptions

public void setPropertyDescriptions(PropertyDescription[] propertyDescriptions)
Sets the propertyDescriptions value for this ModelDescription.

Parameters:
propertyDescriptions -

getPropertyDescriptions

public PropertyDescription getPropertyDescriptions(int i)

setPropertyDescriptions

public void setPropertyDescriptions(int i,
                                    PropertyDescription _value)

getModelTypes

public ModelTypes getModelTypes()
Gets the modelTypes value for this ModelDescription.

Returns:
modelTypes

setModelTypes

public void setModelTypes(ModelTypes modelTypes)
Sets the modelTypes value for this ModelDescription.

Parameters:
modelTypes -

getExtensions

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

Returns:
extensions

setExtensions

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

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