org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0_xsd
Class ReferenceType

java.lang.Object
  extended by org.oasis_open.docs.wss._2004._01.oasis_200401_wss_wssecurity_secext_1_0_xsd.ReferenceType
All Implemented Interfaces:
java.io.Serializable

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

This type represents a reference to an external security token.

See Also:
Serialized Form

Constructor Summary
ReferenceType()
           
ReferenceType(org.apache.axis.types.URI URI, org.apache.axis.types.URI valueType)
           
 
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
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
 org.apache.axis.types.URI getURI()
          Gets the URI value for this ReferenceType.
 org.apache.axis.types.URI getValueType()
          Gets the valueType value for this ReferenceType.
 int hashCode()
           
 void setURI(org.apache.axis.types.URI URI)
          Sets the URI value for this ReferenceType.
 void setValueType(org.apache.axis.types.URI valueType)
          Sets the valueType value for this ReferenceType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceType

public ReferenceType()

ReferenceType

public ReferenceType(org.apache.axis.types.URI URI,
                     org.apache.axis.types.URI valueType)
Method Detail

getURI

public org.apache.axis.types.URI getURI()
Gets the URI value for this ReferenceType.

Returns:
URI

setURI

public void setURI(org.apache.axis.types.URI URI)
Sets the URI value for this ReferenceType.

Parameters:
URI -

getValueType

public org.apache.axis.types.URI getValueType()
Gets the valueType value for this ReferenceType.

Returns:
valueType

setValueType

public void setValueType(org.apache.axis.types.URI valueType)
Sets the valueType value for this ReferenceType.

Parameters:
valueType -

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