org.globus.ws.policy
Class PolicyReferenceType

java.lang.Object
  extended byorg.globus.ws.policy.PolicyReferenceType
All Implemented Interfaces:
AnyContentType, Serializable

public class PolicyReferenceType
extends Object
implements Serializable, AnyContentType

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  MessageElement[] _any
           
private  byte[] digest
           
private  QName digestAlgorithm
           
private  QName ref
           
private static TypeDesc typeDesc
           
private  URI URI
           
 
Constructor Summary
PolicyReferenceType()
           
PolicyReferenceType(URI URI, MessageElement[] _any, byte[] digest, QName digestAlgorithm, QName ref)
           
 
Method Summary
 boolean equals(Object obj)
           
 MessageElement[] get_any()
          Gets the _any value for this PolicyReferenceType.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 byte[] getDigest()
          Gets the digest value for this PolicyReferenceType.
 QName getDigestAlgorithm()
          Gets the digestAlgorithm value for this PolicyReferenceType.
 QName getRef()
          Gets the ref value for this PolicyReferenceType.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static TypeDesc getTypeDesc()
          Return type metadata object
 URI getURI()
          Gets the URI value for this PolicyReferenceType.
 int hashCode()
           
 void set_any(MessageElement[] _any)
          Sets the _any value for this PolicyReferenceType.
 void setDigest(byte[] digest)
          Sets the digest value for this PolicyReferenceType.
 void setDigestAlgorithm(QName digestAlgorithm)
          Sets the digestAlgorithm value for this PolicyReferenceType.
 void setRef(QName ref)
          Sets the ref value for this PolicyReferenceType.
 void setURI(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 MessageElement[] _any

URI

private URI URI

ref

private QName ref

digest

private byte[] digest

digestAlgorithm

private QName digestAlgorithm

__equalsCalc

private Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static TypeDesc typeDesc
Constructor Detail

PolicyReferenceType

public PolicyReferenceType()

PolicyReferenceType

public PolicyReferenceType(URI URI,
                           MessageElement[] _any,
                           byte[] digest,
                           QName digestAlgorithm,
                           QName ref)
Method Detail

get_any

public MessageElement[] get_any()
Gets the _any value for this PolicyReferenceType.

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

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

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

getURI

public URI getURI()
Gets the URI value for this PolicyReferenceType.

Returns:
URI

setURI

public void setURI(URI URI)
Sets the URI value for this PolicyReferenceType.

Parameters:
URI -

getRef

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

Returns:
ref

setRef

public void setRef(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 QName getDigestAlgorithm()
Gets the digestAlgorithm value for this PolicyReferenceType.

Returns:
digestAlgorithm

setDigestAlgorithm

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

Parameters:
digestAlgorithm -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer