org.globus.ws.policy
Class PolicyExpression

java.lang.Object
  extended byorg.globus.ws.policy.PolicyExpression
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  CompositorContent[] compositorContent
           
private  org.apache.axis.types.Id id
           
private  org.apache.axis.types.NCName name
           
private  org.apache.axis.types.URI targetNamespace
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
PolicyExpression()
           
PolicyExpression(CompositorContent[] compositorContent, org.apache.axis.types.Id id, org.apache.axis.types.NCName name, org.apache.axis.types.URI targetNamespace)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CompositorContent[] getCompositorContent()
          Gets the compositorContent value for this PolicyExpression.
 CompositorContent getCompositorContent(int i)
           
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 PolicyExpression.
 org.apache.axis.types.NCName getName()
          Gets the name value for this PolicyExpression.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.types.URI getTargetNamespace()
          Gets the targetNamespace value for this PolicyExpression.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCompositorContent(CompositorContent[] compositorContent)
          Sets the compositorContent value for this PolicyExpression.
 void setCompositorContent(int i, CompositorContent _value)
           
 void setId(org.apache.axis.types.Id id)
          Sets the id value for this PolicyExpression.
 void setName(org.apache.axis.types.NCName name)
          Sets the name value for this PolicyExpression.
 void setTargetNamespace(org.apache.axis.types.URI targetNamespace)
          Sets the targetNamespace value for this PolicyExpression.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compositorContent

private CompositorContent[] compositorContent

name

private org.apache.axis.types.NCName name

targetNamespace

private org.apache.axis.types.URI targetNamespace

id

private org.apache.axis.types.Id id

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

PolicyExpression

public PolicyExpression()

PolicyExpression

public PolicyExpression(CompositorContent[] compositorContent,
                        org.apache.axis.types.Id id,
                        org.apache.axis.types.NCName name,
                        org.apache.axis.types.URI targetNamespace)
Method Detail

getCompositorContent

public CompositorContent[] getCompositorContent()
Gets the compositorContent value for this PolicyExpression.

Returns:
compositorContent

setCompositorContent

public void setCompositorContent(CompositorContent[] compositorContent)
Sets the compositorContent value for this PolicyExpression.

Parameters:
compositorContent -

getCompositorContent

public CompositorContent getCompositorContent(int i)

setCompositorContent

public void setCompositorContent(int i,
                                 CompositorContent _value)

getName

public org.apache.axis.types.NCName getName()
Gets the name value for this PolicyExpression.

Returns:
name

setName

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

Parameters:
name -

getTargetNamespace

public org.apache.axis.types.URI getTargetNamespace()
Gets the targetNamespace value for this PolicyExpression.

Returns:
targetNamespace

setTargetNamespace

public void setTargetNamespace(org.apache.axis.types.URI targetNamespace)
Sets the targetNamespace value for this PolicyExpression.

Parameters:
targetNamespace -

getId

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

Returns:
id

setId

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

Parameters:
id -

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