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

java.lang.Object
  extended byorg.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

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  org.apache.axis.types.URI URI
           
private  org.apache.axis.types.URI valueType
           
 
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
 

Field Detail

URI

private org.apache.axis.types.URI URI

valueType

private org.apache.axis.types.URI valueType

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
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)

hashCode

public int hashCode()

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