|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.policy.PolicyType
This is a Tagged Choice of Data Elements with a TpPolicyTypeInfo discriminator. TpPolicyType allows us to define arbitrarily nested complex types. The level of nested data types actually supported is implementation specific.
Constructor Summary | |
PolicyType()
Creates a new PolicyType. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.policy.PolicyTypeInfo |
getDiscriminator()
This method returns the discriminator. |
org.csapi.jr.se.policy.PolicyListType |
getListType()
This method returns a ListType |
org.csapi.jr.se.policy.PolicyNameType[] |
getRecordType()
This method returns a RecordType |
org.csapi.jr.se.SimpleAttributeTypeInfo |
getSimpleType()
This method returns a SimpleType |
java.lang.String |
getStructuredType()
This method returns a StructuredType |
java.lang.String |
getXMLString()
This method returns a XMLString |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setListType(org.csapi.jr.se.policy.PolicyListType value)
This method sets a ListType |
void |
setRecordType(org.csapi.jr.se.policy.PolicyNameType[] value)
This method sets a RecordType |
void |
setSimpleType(org.csapi.jr.se.SimpleAttributeTypeInfo value)
This method sets a SimpleType |
void |
setStructuredType(java.lang.String value)
This method sets a StructuredType |
void |
setUndefined(org.csapi.jr.se.policy.PolicyTypeInfo discriminator)
This method will receive the discriminator as a parameter and will set _object to null |
void |
setXMLString(java.lang.String value)
This method sets a XMLString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolicyType()
Method Detail |
public org.csapi.jr.se.policy.PolicyTypeInfo getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic org.csapi.jr.se.policy.PolicyNameType[] getRecordType() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setRecordType(org.csapi.jr.se.policy.PolicyNameType[] value)
value
- a org.csapi.jr.se.policy.PolicyNameType[] valuepublic org.csapi.jr.se.policy.PolicyListType getListType() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setListType(org.csapi.jr.se.policy.PolicyListType value)
value
- a org.csapi.jr.se.policy.PolicyListType valuepublic org.csapi.jr.se.SimpleAttributeTypeInfo getSimpleType() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setSimpleType(org.csapi.jr.se.SimpleAttributeTypeInfo value)
value
- a org.csapi.jr.se.SimpleAttributeTypeInfo valuepublic java.lang.String getStructuredType() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setStructuredType(java.lang.String value)
value
- a java.lang.String valuepublic java.lang.String getXMLString() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setXMLString(java.lang.String value)
value
- a java.lang.String valuepublic void setUndefined(org.csapi.jr.se.policy.PolicyTypeInfo discriminator)
discriminator
- a PolicyTypeInfo valuepublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |