org.globus.ws.policy
Class PolicyAttachmentType

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

public class PolicyAttachmentType
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  org.apache.axis.message.MessageElement[] _any2
           
private  AppliesTo appliesTo
           
private  PolicyExpression policy
           
private  PolicyReferenceType policyReference
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
PolicyAttachmentType()
           
PolicyAttachmentType(org.apache.axis.message.MessageElement[] _any, org.apache.axis.message.MessageElement[] _any2, AppliesTo appliesTo, PolicyExpression policy, PolicyReferenceType policyReference)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this PolicyAttachmentType.
 org.apache.axis.message.MessageElement[] get_any2()
          Gets the _any2 value for this PolicyAttachmentType.
 AppliesTo getAppliesTo()
          Gets the appliesTo value for this PolicyAttachmentType.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 PolicyExpression getPolicy()
          Gets the policy value for this PolicyAttachmentType.
 PolicyReferenceType getPolicyReference()
          Gets the policyReference value for this PolicyAttachmentType.
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 set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this PolicyAttachmentType.
 void set_any2(org.apache.axis.message.MessageElement[] _any2)
          Sets the _any2 value for this PolicyAttachmentType.
 void setAppliesTo(AppliesTo appliesTo)
          Sets the appliesTo value for this PolicyAttachmentType.
 void setPolicy(PolicyExpression policy)
          Sets the policy value for this PolicyAttachmentType.
 void setPolicyReference(PolicyReferenceType policyReference)
          Sets the policyReference value for this PolicyAttachmentType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appliesTo

private AppliesTo appliesTo

_any

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

policy

private PolicyExpression policy

policyReference

private PolicyReferenceType policyReference

_any2

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

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

PolicyAttachmentType

public PolicyAttachmentType()

PolicyAttachmentType

public PolicyAttachmentType(org.apache.axis.message.MessageElement[] _any,
                            org.apache.axis.message.MessageElement[] _any2,
                            AppliesTo appliesTo,
                            PolicyExpression policy,
                            PolicyReferenceType policyReference)
Method Detail

getAppliesTo

public AppliesTo getAppliesTo()
Gets the appliesTo value for this PolicyAttachmentType.

Returns:
appliesTo

setAppliesTo

public void setAppliesTo(AppliesTo appliesTo)
Sets the appliesTo value for this PolicyAttachmentType.

Parameters:
appliesTo -

get_any

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

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 PolicyAttachmentType.

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

getPolicy

public PolicyExpression getPolicy()
Gets the policy value for this PolicyAttachmentType.

Returns:
policy

setPolicy

public void setPolicy(PolicyExpression policy)
Sets the policy value for this PolicyAttachmentType.

Parameters:
policy -

getPolicyReference

public PolicyReferenceType getPolicyReference()
Gets the policyReference value for this PolicyAttachmentType.

Returns:
policyReference

setPolicyReference

public void setPolicyReference(PolicyReferenceType policyReference)
Sets the policyReference value for this PolicyAttachmentType.

Parameters:
policyReference -

get_any2

public org.apache.axis.message.MessageElement[] get_any2()
Gets the _any2 value for this PolicyAttachmentType.

Returns:
_any2

set_any2

public void set_any2(org.apache.axis.message.MessageElement[] _any2)
Sets the _any2 value for this PolicyAttachmentType.

Parameters:
_any2 -

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