org.globus.ws.sc
Class DerivedKeyTokenType

java.lang.Object
  extended byorg.globus.ws.sc.DerivedKeyTokenType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.types.URI algorithm
           
private  org.apache.axis.types.UnsignedLong generation
           
private  org.apache.axis.types.Id id
           
private  java.lang.String label
           
private  org.apache.axis.types.UnsignedLong length
           
private  byte[] nonce
           
private  org.apache.axis.types.UnsignedLong offset
           
private  PropertiesType properties
           
private  SecurityTokenReferenceType securityTokenReference
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
DerivedKeyTokenType()
           
DerivedKeyTokenType(org.apache.axis.types.URI algorithm, org.apache.axis.types.UnsignedLong generation, org.apache.axis.types.Id id, java.lang.String label, org.apache.axis.types.UnsignedLong length, byte[] nonce, org.apache.axis.types.UnsignedLong offset, PropertiesType properties, SecurityTokenReferenceType securityTokenReference)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getAlgorithm()
          Gets the algorithm value for this DerivedKeyTokenType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.UnsignedLong getGeneration()
          Gets the generation value for this DerivedKeyTokenType.
 org.apache.axis.types.Id getId()
          Gets the id value for this DerivedKeyTokenType.
 java.lang.String getLabel()
          Gets the label value for this DerivedKeyTokenType.
 org.apache.axis.types.UnsignedLong getLength()
          Gets the length value for this DerivedKeyTokenType.
 byte[] getNonce()
          Gets the nonce value for this DerivedKeyTokenType.
 org.apache.axis.types.UnsignedLong getOffset()
          Gets the offset value for this DerivedKeyTokenType.
 PropertiesType getProperties()
          Gets the properties value for this DerivedKeyTokenType.
 SecurityTokenReferenceType getSecurityTokenReference()
          Gets the securityTokenReference value for this DerivedKeyTokenType.
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 setAlgorithm(org.apache.axis.types.URI algorithm)
          Sets the algorithm value for this DerivedKeyTokenType.
 void setGeneration(org.apache.axis.types.UnsignedLong generation)
          Sets the generation value for this DerivedKeyTokenType.
 void setId(org.apache.axis.types.Id id)
          Sets the id value for this DerivedKeyTokenType.
 void setLabel(java.lang.String label)
          Sets the label value for this DerivedKeyTokenType.
 void setLength(org.apache.axis.types.UnsignedLong length)
          Sets the length value for this DerivedKeyTokenType.
 void setNonce(byte[] nonce)
          Sets the nonce value for this DerivedKeyTokenType.
 void setOffset(org.apache.axis.types.UnsignedLong offset)
          Sets the offset value for this DerivedKeyTokenType.
 void setProperties(PropertiesType properties)
          Sets the properties value for this DerivedKeyTokenType.
 void setSecurityTokenReference(SecurityTokenReferenceType securityTokenReference)
          Sets the securityTokenReference value for this DerivedKeyTokenType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

securityTokenReference

private SecurityTokenReferenceType securityTokenReference

properties

private PropertiesType properties

generation

private org.apache.axis.types.UnsignedLong generation

offset

private org.apache.axis.types.UnsignedLong offset

length

private org.apache.axis.types.UnsignedLong length

label

private java.lang.String label

nonce

private byte[] nonce

id

private org.apache.axis.types.Id id

algorithm

private org.apache.axis.types.URI algorithm

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

DerivedKeyTokenType

public DerivedKeyTokenType()

DerivedKeyTokenType

public DerivedKeyTokenType(org.apache.axis.types.URI algorithm,
                           org.apache.axis.types.UnsignedLong generation,
                           org.apache.axis.types.Id id,
                           java.lang.String label,
                           org.apache.axis.types.UnsignedLong length,
                           byte[] nonce,
                           org.apache.axis.types.UnsignedLong offset,
                           PropertiesType properties,
                           SecurityTokenReferenceType securityTokenReference)
Method Detail

getSecurityTokenReference

public SecurityTokenReferenceType getSecurityTokenReference()
Gets the securityTokenReference value for this DerivedKeyTokenType.

Returns:
securityTokenReference

setSecurityTokenReference

public void setSecurityTokenReference(SecurityTokenReferenceType securityTokenReference)
Sets the securityTokenReference value for this DerivedKeyTokenType.

Parameters:
securityTokenReference -

getProperties

public PropertiesType getProperties()
Gets the properties value for this DerivedKeyTokenType.

Returns:
properties

setProperties

public void setProperties(PropertiesType properties)
Sets the properties value for this DerivedKeyTokenType.

Parameters:
properties -

getGeneration

public org.apache.axis.types.UnsignedLong getGeneration()
Gets the generation value for this DerivedKeyTokenType.

Returns:
generation

setGeneration

public void setGeneration(org.apache.axis.types.UnsignedLong generation)
Sets the generation value for this DerivedKeyTokenType.

Parameters:
generation -

getOffset

public org.apache.axis.types.UnsignedLong getOffset()
Gets the offset value for this DerivedKeyTokenType.

Returns:
offset

setOffset

public void setOffset(org.apache.axis.types.UnsignedLong offset)
Sets the offset value for this DerivedKeyTokenType.

Parameters:
offset -

getLength

public org.apache.axis.types.UnsignedLong getLength()
Gets the length value for this DerivedKeyTokenType.

Returns:
length

setLength

public void setLength(org.apache.axis.types.UnsignedLong length)
Sets the length value for this DerivedKeyTokenType.

Parameters:
length -

getLabel

public java.lang.String getLabel()
Gets the label value for this DerivedKeyTokenType.

Returns:
label

setLabel

public void setLabel(java.lang.String label)
Sets the label value for this DerivedKeyTokenType.

Parameters:
label -

getNonce

public byte[] getNonce()
Gets the nonce value for this DerivedKeyTokenType.

Returns:
nonce

setNonce

public void setNonce(byte[] nonce)
Sets the nonce value for this DerivedKeyTokenType.

Parameters:
nonce -

getId

public org.apache.axis.types.Id getId()
Gets the id value for this DerivedKeyTokenType.

Returns:
id

setId

public void setId(org.apache.axis.types.Id id)
Sets the id value for this DerivedKeyTokenType.

Parameters:
id -

getAlgorithm

public org.apache.axis.types.URI getAlgorithm()
Gets the algorithm value for this DerivedKeyTokenType.

Returns:
algorithm

setAlgorithm

public void setAlgorithm(org.apache.axis.types.URI algorithm)
Sets the algorithm value for this DerivedKeyTokenType.

Parameters:
algorithm -

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