org.globus.ws.policy
Class CompositorContent

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

public class CompositorContent
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Compositor all
           
private  Compositor exactlyOne
           
private  Compositor oneOrMore
           
private  PolicyAssertions policyAssertions
           
private  PolicyReferenceType policyReference
           
private static TypeDesc typeDesc
           
 
Constructor Summary
CompositorContent()
           
CompositorContent(Compositor all, Compositor exactlyOne, Compositor oneOrMore, PolicyAssertions policyAssertions, PolicyReferenceType policyReference)
           
 
Method Summary
 boolean equals(Object obj)
           
 Compositor getAll()
          Gets the all value for this CompositorContent.
static Deserializer getDeserializer(String mechType, Class _javaType, 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 Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static 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 Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static 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(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