Interface Attribute
public interface Attribute
An attribute object.
-
Method Summary
Modifier and TypeMethodDescriptionGets the attribute identifier for this Attribute.Gets the data type for this Attribute.Gets the name of the issuer associated with this Attribute.getValue()
Gets the value of this Attribute.
-
Method Details
-
getAttributeId
String getAttributeId()Gets the attribute identifier for this Attribute.- Returns:
- attribute id
-
getDataType
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:
-
getValue
Object getValue()Gets the value of this Attribute.- Returns:
- the value
-
getIssuer
String getIssuer()Gets the name of the issuer associated with this Attribute.- Returns:
- the issuer
-