|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.ws.policy.CompositorContent
| 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 |
private Compositor oneOrMore
private Compositor all
private Compositor exactlyOne
private PolicyReferenceType policyReference
private PolicyAssertions policyAssertions
private Object __equalsCalc
private boolean __hashCodeCalc
private static TypeDesc typeDesc
| Constructor Detail |
public CompositorContent()
public CompositorContent(Compositor all,
Compositor exactlyOne,
Compositor oneOrMore,
PolicyAssertions policyAssertions,
PolicyReferenceType policyReference)
| Method Detail |
public Compositor getOneOrMore()
public void setOneOrMore(Compositor oneOrMore)
oneOrMore - public Compositor getAll()
public void setAll(Compositor all)
all - public Compositor getExactlyOne()
public void setExactlyOne(Compositor exactlyOne)
exactlyOne - public PolicyReferenceType getPolicyReference()
public void setPolicyReference(PolicyReferenceType policyReference)
policyReference - public PolicyAssertions getPolicyAssertions()
public void setPolicyAssertions(PolicyAssertions policyAssertions)
policyAssertions - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||