org.globus.ws.policy
Class Compositor

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

public class Compositor
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  java.lang.Integer preference
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  OpenUsageType usage
           
 
Constructor Summary
Compositor()
           
Compositor(CompositorContent[] compositorContent, org.apache.axis.types.Id id, java.lang.Integer preference, OpenUsageType usage)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CompositorContent[] getCompositorContent()
          Gets the compositorContent value for this Compositor.
 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 Compositor.
 java.lang.Integer getPreference()
          Gets the preference value for this Compositor.
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
 OpenUsageType getUsage()
          Gets the usage value for this Compositor.
 int hashCode()
           
 void setCompositorContent(CompositorContent[] compositorContent)
          Sets the compositorContent value for this Compositor.
 void setCompositorContent(int i, CompositorContent _value)
           
 void setId(org.apache.axis.types.Id id)
          Sets the id value for this Compositor.
 void setPreference(java.lang.Integer preference)
          Sets the preference value for this Compositor.
 void setUsage(OpenUsageType usage)
          Sets the usage value for this Compositor.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compositorContent

private CompositorContent[] compositorContent

usage

private OpenUsageType usage

preference

private java.lang.Integer preference

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

Compositor

public Compositor()

Compositor

public Compositor(CompositorContent[] compositorContent,
                  org.apache.axis.types.Id id,
                  java.lang.Integer preference,
                  OpenUsageType usage)
Method Detail

getCompositorContent

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

Returns:
compositorContent

setCompositorContent

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

Parameters:
compositorContent -

getCompositorContent

public CompositorContent getCompositorContent(int i)

setCompositorContent

public void setCompositorContent(int i,
                                 CompositorContent _value)

getUsage

public OpenUsageType getUsage()
Gets the usage value for this Compositor.

Returns:
usage

setUsage

public void setUsage(OpenUsageType usage)
Sets the usage value for this Compositor.

Parameters:
usage -

getPreference

public java.lang.Integer getPreference()
Gets the preference value for this Compositor.

Returns:
preference

setPreference

public void setPreference(java.lang.Integer preference)
Sets the preference value for this Compositor.

Parameters:
preference -

getId

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

Returns:
id

setId

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

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