|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.StructuredAttributeValue
This is a Sequence of Data Elements containing the structured attribute type tag and the value to be interpreted using that type.
Constructor Summary | |
StructuredAttributeValue()
Creates a new StructuredAttributeValue instance. |
|
StructuredAttributeValue(java.lang.String _type,
java.lang.Object _value)
Creates a new StructuredAttributeValue instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getType()
This method returns a type. |
java.lang.Object |
getValue()
This method returns a value. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setType(java.lang.String type)
This method sets a type. |
void |
setValue(java.lang.Object value)
This method sets a value. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StructuredAttributeValue()
public StructuredAttributeValue(java.lang.String _type, java.lang.Object _value)
_type
- _value
- Method Detail |
public java.lang.String getType()
public java.lang.Object getValue()
public void setType(java.lang.String type)
public void setValue(java.lang.Object value)
public 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 |