|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.AttributeValue
This is a tagged choice of data elements to hold attribute values of different complexity.
Constructor Summary | |
AttributeValue()
Creates a new AttributeValue. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.AttributeTagInfo |
getDiscriminator()
This method returns the discriminator. |
org.csapi.jr.se.SimpleAttributeValue |
getSimpleValue()
This method returns a SimpleValue |
org.csapi.jr.se.StructuredAttributeValue |
getStructuredValue()
This method returns a StructuredValue |
java.lang.String |
getXMLValue()
This method returns a XMLValue |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setSimpleValue(org.csapi.jr.se.SimpleAttributeValue value)
This method sets a SimpleValue |
void |
setStructuredValue(org.csapi.jr.se.StructuredAttributeValue value)
This method sets a StructuredValue |
void |
setUndefined(org.csapi.jr.se.AttributeTagInfo discriminator)
This method will receive the discriminator as a parameter and will set _object to null |
void |
setXMLValue(java.lang.String value)
This method sets a XMLValue |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeValue()
Method Detail |
public org.csapi.jr.se.AttributeTagInfo getDiscriminator() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic org.csapi.jr.se.SimpleAttributeValue getSimpleValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setSimpleValue(org.csapi.jr.se.SimpleAttributeValue value)
value
- a org.csapi.jr.se.SimpleAttributeValue valuepublic org.csapi.jr.se.StructuredAttributeValue getStructuredValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setStructuredValue(org.csapi.jr.se.StructuredAttributeValue value)
value
- a org.csapi.jr.se.StructuredAttributeValue valuepublic java.lang.String getXMLValue() throws InvalidUnionAccessorException
InvalidUnionAccessorException
- if an error occurspublic void setXMLValue(java.lang.String value)
value
- a java.lang.String valuepublic void setUndefined(org.csapi.jr.se.AttributeTagInfo discriminator)
discriminator
- a AttributeTagInfo 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 |