Interface Attribute
public interface Attribute
An attribute object.
- 
Method SummaryModifier 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- 
getAttributeIdString getAttributeId()Gets the attribute identifier for this Attribute.- Returns:
- attribute id
 
- 
getDataTypeString getDataType()Gets the data type for this Attribute. Valid data types are defined in the AttributeFactory.- Returns:
- the data type URI string
- See Also:
 
- 
getValueObject getValue()Gets the value of this Attribute.- Returns:
- the value
 
- 
getIssuerString getIssuer()Gets the name of the issuer associated with this Attribute.- Returns:
- the issuer
 
 
-