|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.Attribute
This is a Sequence of Data Elements containing the attribute name and value.
Constructor Summary | |
Attribute()
Creates a new Attribute instance. |
|
Attribute(java.lang.String _attributeName,
org.csapi.jr.se.AttributeValue _attributeValue)
Creates a new Attribute instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
java.lang.String |
getAttributeName()
This method returns a attributeName. |
org.csapi.jr.se.AttributeValue |
getAttributeValue()
This method returns a attributeValue. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setAttributeName(java.lang.String attributeName)
This method sets a attributeName. |
void |
setAttributeValue(org.csapi.jr.se.AttributeValue attributeValue)
This method sets a attributeValue. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Attribute()
public Attribute(java.lang.String _attributeName, org.csapi.jr.se.AttributeValue _attributeValue)
_attributeName
- The name of the attribute._attributeValue
- The typed value(s) for the attribute.Method Detail |
public java.lang.String getAttributeName()
public org.csapi.jr.se.AttributeValue getAttributeValue()
public void setAttributeName(java.lang.String attributeName)
public void setAttributeValue(org.csapi.jr.se.AttributeValue attributeValue)
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 |