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

java.lang.Object
  extended by oasis.names.tc.wsrp.v1.types.Property
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.AnyContentType

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

See Also:
Serialized Form

Constructor Summary
Property()
           
Property(org.apache.axis.message.MessageElement[] _any, java.lang.String lang, java.lang.String name, java.lang.String stringValue)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this Property.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getLang()
          Gets the lang value for this Property.
 java.lang.String getName()
          Gets the name value for this Property.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getStringValue()
          Gets the stringValue value for this Property.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this Property.
 void setLang(java.lang.String lang)
          Sets the lang value for this Property.
 void setName(java.lang.String name)
          Sets the name value for this Property.
 void setStringValue(java.lang.String stringValue)
          Sets the stringValue value for this Property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Property

public Property()

Property

public Property(org.apache.axis.message.MessageElement[] _any,
                java.lang.String lang,
                java.lang.String name,
                java.lang.String stringValue)
Method Detail

getStringValue

public java.lang.String getStringValue()
Gets the stringValue value for this Property.

Returns:
stringValue

setStringValue

public void setStringValue(java.lang.String stringValue)
Sets the stringValue value for this Property.

Parameters:
stringValue -

get_any

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

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

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

getName

public java.lang.String getName()
Gets the name value for this Property.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Property.

Parameters:
name -

getLang

public java.lang.String getLang()
Gets the lang value for this Property.

Returns:
lang

setLang

public void setLang(java.lang.String lang)
Sets the lang value for this Property.

Parameters:
lang -

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