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

java.lang.Object
  extended by org.xmlsoap.schemas.ws._2004._09.policy.OperatorContentType
      extended by org.xmlsoap.schemas.ws._2004._09.policy.Policy
All Implemented Interfaces:
java.io.Serializable, org.apache.axis.encoding.AnyContentType

public class Policy
extends OperatorContentType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Policy()
           
Policy(Policy policy, OperatorContentType all, OperatorContentType exactlyOne, PolicyReference policyReference, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.URI name, org.apache.axis.types.Id id)
           
 
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
 org.apache.axis.types.Id getId()
          Gets the id value for this Policy.
 org.apache.axis.types.URI getName()
          Gets the name value for this Policy.
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 setId(org.apache.axis.types.Id id)
          Sets the id value for this Policy.
 void setName(org.apache.axis.types.URI name)
          Sets the name value for this Policy.
 
Methods inherited from class org.xmlsoap.schemas.ws._2004._09.policy.OperatorContentType
get_any, getAll, getExactlyOne, getPolicy, getPolicyReference, set_any, setAll, setExactlyOne, setPolicy, setPolicyReference
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Policy

public Policy()

Policy

public Policy(Policy policy,
              OperatorContentType all,
              OperatorContentType exactlyOne,
              PolicyReference policyReference,
              org.apache.axis.message.MessageElement[] _any,
              org.apache.axis.types.URI name,
              org.apache.axis.types.Id id)
Method Detail

getName

public org.apache.axis.types.URI getName()
Gets the name value for this Policy.

Returns:
name

setName

public void setName(org.apache.axis.types.URI name)
Sets the name value for this Policy.

Parameters:
name -

getId

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

Returns:
id

setId

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

Parameters:
id -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class OperatorContentType

hashCode

public int hashCode()
Overrides:
hashCode in class OperatorContentType

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