Interface Attribute
-
public interface Attribute
An attribute object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAttributeId()
Gets the attribute identifier for this Attribute.java.lang.String
getDataType()
Gets the data type for this Attribute.java.lang.String
getIssuer()
Gets the name of the issuer associated with this Attribute.java.lang.Object
getValue()
Gets the value of this Attribute.
-
-
-
Method Detail
-
getAttributeId
java.lang.String getAttributeId()
Gets the attribute identifier for this Attribute.- Returns:
- attribute id
-
getDataType
java.lang.String getDataType()
Gets the data type for this Attribute. Valid data types are defined in the AttributeFactory.- Returns:
- the data type URI string
- See Also:
AttributeFactory.DataType
-
getValue
java.lang.Object getValue()
Gets the value of this Attribute.- Returns:
- the value
-
getIssuer
java.lang.String getIssuer()
Gets the name of the issuer associated with this Attribute.- Returns:
- the issuer
-
-