org.xmlsoap.schemas.ws._2004._09.policy
Class PolicyReference

java.lang.Object
  extended by org.xmlsoap.schemas.ws._2004._09.policy.PolicyReference
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
PolicyReference()
           
PolicyReference(org.apache.axis.types.URI URI, byte[] digest, org.apache.axis.types.URI digestAlgorithm)
           
 
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
 byte[] getDigest()
          Gets the digest value for this PolicyReference.
 org.apache.axis.types.URI getDigestAlgorithm()
          Gets the digestAlgorithm value for this PolicyReference.
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 PolicyReference.
 int hashCode()
           
 void setDigest(byte[] digest)
          Sets the digest value for this PolicyReference.
 void setDigestAlgorithm(org.apache.axis.types.URI digestAlgorithm)
          Sets the digestAlgorithm value for this PolicyReference.
 void setURI(org.apache.axis.types.URI URI)
          Sets the URI value for this PolicyReference.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyReference

public PolicyReference()

PolicyReference

public PolicyReference(org.apache.axis.types.URI URI,
                       byte[] digest,
                       org.apache.axis.types.URI digestAlgorithm)
Method Detail

getURI

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

Returns:
URI

setURI

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

Parameters:
URI -

getDigest

public byte[] getDigest()
Gets the digest value for this PolicyReference.

Returns:
digest

setDigest

public void setDigest(byte[] digest)
Sets the digest value for this PolicyReference.

Parameters:
digest -

getDigestAlgorithm

public org.apache.axis.types.URI getDigestAlgorithm()
Gets the digestAlgorithm value for this PolicyReference.

Returns:
digestAlgorithm

setDigestAlgorithm

public void setDigestAlgorithm(org.apache.axis.types.URI digestAlgorithm)
Sets the digestAlgorithm value for this PolicyReference.

Parameters:
digestAlgorithm -

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