org.globus.ws.policy
Class CompositorContent

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Compositor all
           
private  Compositor exactlyOne
           
private  Compositor oneOrMore
           
private  PolicyAssertions policyAssertions
           
private  PolicyReferenceType policyReference
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CompositorContent()
           
CompositorContent(Compositor all, Compositor exactlyOne, Compositor oneOrMore, PolicyAssertions policyAssertions, PolicyReferenceType policyReference)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Compositor getAll()
          Gets the all value for this CompositorContent.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Compositor getExactlyOne()
          Gets the exactlyOne value for this CompositorContent.
 Compositor getOneOrMore()
          Gets the oneOrMore value for this CompositorContent.
 PolicyAssertions getPolicyAssertions()
          Gets the policyAssertions value for this CompositorContent.
 PolicyReferenceType getPolicyReference()
          Gets the policyReference value for this CompositorContent.
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 setAll(Compositor all)
          Sets the all value for this CompositorContent.
 void setExactlyOne(Compositor exactlyOne)
          Sets the exactlyOne value for this CompositorContent.
 void setOneOrMore(Compositor oneOrMore)
          Sets the oneOrMore value for this CompositorContent.
 void setPolicyAssertions(PolicyAssertions policyAssertions)
          Sets the policyAssertions value for this CompositorContent.
 void setPolicyReference(PolicyReferenceType policyReference)
          Sets the policyReference value for this CompositorContent.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oneOrMore

private Compositor oneOrMore

all

private Compositor all

exactlyOne

private Compositor exactlyOne

policyReference

private PolicyReferenceType policyReference

policyAssertions

private PolicyAssertions policyAssertions

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

CompositorContent

public CompositorContent()

CompositorContent

public CompositorContent(Compositor all,
                         Compositor exactlyOne,
                         Compositor oneOrMore,
                         PolicyAssertions policyAssertions,
                         PolicyReferenceType policyReference)
Method Detail

getOneOrMore

public Compositor getOneOrMore()
Gets the oneOrMore value for this CompositorContent.

Returns:
oneOrMore

setOneOrMore

public void setOneOrMore(Compositor oneOrMore)
Sets the oneOrMore value for this CompositorContent.

Parameters:
oneOrMore -

getAll

public Compositor getAll()
Gets the all value for this CompositorContent.

Returns:
all

setAll

public void setAll(Compositor all)
Sets the all value for this CompositorContent.

Parameters:
all -

getExactlyOne

public Compositor getExactlyOne()
Gets the exactlyOne value for this CompositorContent.

Returns:
exactlyOne

setExactlyOne

public void setExactlyOne(Compositor exactlyOne)
Sets the exactlyOne value for this CompositorContent.

Parameters:
exactlyOne -

getPolicyReference

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

Returns:
policyReference

setPolicyReference

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

Parameters:
policyReference -

getPolicyAssertions

public PolicyAssertions getPolicyAssertions()
Gets the policyAssertions value for this CompositorContent.

Returns:
policyAssertions

setPolicyAssertions

public void setPolicyAssertions(PolicyAssertions policyAssertions)
Sets the policyAssertions value for this CompositorContent.

Parameters:
policyAssertions -

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