org.w3.www._2000._09.xmldsig
Class ReferenceType

java.lang.Object
  extended by org.w3.www._2000._09.xmldsig.ReferenceType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ReferenceType()
           
ReferenceType(TransformType[] transforms, DigestMethodType digestMethod, byte[] digestValue, org.apache.axis.types.Id id, org.apache.axis.types.URI URI, org.apache.axis.types.URI type)
           
 
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
 DigestMethodType getDigestMethod()
          Gets the digestMethod value for this ReferenceType.
 byte[] getDigestValue()
          Gets the digestValue value for this ReferenceType.
 org.apache.axis.types.Id getId()
          Gets the id value for this ReferenceType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 TransformType[] getTransforms()
          Gets the transforms value for this ReferenceType.
 org.apache.axis.types.URI getType()
          Gets the type value for this ReferenceType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 org.apache.axis.types.URI getURI()
          Gets the URI value for this ReferenceType.
 int hashCode()
           
 void setDigestMethod(DigestMethodType digestMethod)
          Sets the digestMethod value for this ReferenceType.
 void setDigestValue(byte[] digestValue)
          Sets the digestValue value for this ReferenceType.
 void setId(org.apache.axis.types.Id id)
          Sets the id value for this ReferenceType.
 void setTransforms(TransformType[] transforms)
          Sets the transforms value for this ReferenceType.
 void setType(org.apache.axis.types.URI type)
          Sets the type value for this ReferenceType.
 void setURI(org.apache.axis.types.URI URI)
          Sets the URI 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(TransformType[] transforms,
                     DigestMethodType digestMethod,
                     byte[] digestValue,
                     org.apache.axis.types.Id id,
                     org.apache.axis.types.URI URI,
                     org.apache.axis.types.URI type)
Method Detail

getTransforms

public TransformType[] getTransforms()
Gets the transforms value for this ReferenceType.

Returns:
transforms

setTransforms

public void setTransforms(TransformType[] transforms)
Sets the transforms value for this ReferenceType.

Parameters:
transforms -

getDigestMethod

public DigestMethodType getDigestMethod()
Gets the digestMethod value for this ReferenceType.

Returns:
digestMethod

setDigestMethod

public void setDigestMethod(DigestMethodType digestMethod)
Sets the digestMethod value for this ReferenceType.

Parameters:
digestMethod -

getDigestValue

public byte[] getDigestValue()
Gets the digestValue value for this ReferenceType.

Returns:
digestValue

setDigestValue

public void setDigestValue(byte[] digestValue)
Sets the digestValue value for this ReferenceType.

Parameters:
digestValue -

getId

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

Returns:
id

setId

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

Parameters:
id -

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 -

getType

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

Returns:
type

setType

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

Parameters:
type -

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