org.globus.ws.policy
Class PolicyReferenceType

java.lang.Object
  extended byorg.globus.ws.policy.PolicyReferenceType
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class PolicyReferenceType
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.message.MessageElement[] _any
           
private  byte[] digest
           
private  javax.xml.namespace.QName digestAlgorithm
           
private  javax.xml.namespace.QName ref
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  org.apache.axis.types.URI URI
           
 
Constructor Summary
PolicyReferenceType()
           
PolicyReferenceType(org.apache.axis.types.URI URI, org.apache.axis.message.MessageElement[] _any, byte[] digest, javax.xml.namespace.QName digestAlgorithm, javax.xml.namespace.QName ref)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this PolicyReferenceType.
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 PolicyReferenceType.
 javax.xml.namespace.QName getDigestAlgorithm()
          Gets the digestAlgorithm value for this PolicyReferenceType.
 javax.xml.namespace.QName getRef()
          Gets the ref value for this PolicyReferenceType.
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 PolicyReferenceType.
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this PolicyReferenceType.
 void setDigest(byte[] digest)
          Sets the digest value for this PolicyReferenceType.
 void setDigestAlgorithm(javax.xml.namespace.QName digestAlgorithm)
          Sets the digestAlgorithm value for this PolicyReferenceType.
 void setRef(javax.xml.namespace.QName ref)
          Sets the ref value for this PolicyReferenceType.
 void setURI(org.apache.axis.types.URI URI)
          Sets the URI value for this PolicyReferenceType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_any

private org.apache.axis.message.MessageElement[] _any

URI

private org.apache.axis.types.URI URI

ref

private javax.xml.namespace.QName ref

digest

private byte[] digest

digestAlgorithm

private javax.xml.namespace.QName digestAlgorithm

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

PolicyReferenceType

public PolicyReferenceType()

PolicyReferenceType

public PolicyReferenceType(org.apache.axis.types.URI URI,
                           org.apache.axis.message.MessageElement[] _any,
                           byte[] digest,
                           javax.xml.namespace.QName digestAlgorithm,
                           javax.xml.namespace.QName ref)
Method Detail

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this PolicyReferenceType.

Specified by:
get_any in interface org.apache.axis.encoding.AnyContentType
Returns:
_any

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this PolicyReferenceType.

Specified by:
set_any in interface org.apache.axis.encoding.AnyContentType
Parameters:
_any -

getURI

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

Returns:
URI

setURI

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

Parameters:
URI -

getRef

public javax.xml.namespace.QName getRef()
Gets the ref value for this PolicyReferenceType.

Returns:
ref

setRef

public void setRef(javax.xml.namespace.QName ref)
Sets the ref value for this PolicyReferenceType.

Parameters:
ref -

getDigest

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

Returns:
digest

setDigest

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

Parameters:
digest -

getDigestAlgorithm

public javax.xml.namespace.QName getDigestAlgorithm()
Gets the digestAlgorithm value for this PolicyReferenceType.

Returns:
digestAlgorithm

setDigestAlgorithm

public void setDigestAlgorithm(javax.xml.namespace.QName digestAlgorithm)
Sets the digestAlgorithm value for this PolicyReferenceType.

Parameters:
digestAlgorithm -

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