|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzAttributeValueDateTime
AzAttributeValueDateTime contains an AzDataDateTime object that is intended to be used to generate the XACML #dateTime DataType.
Method Summary | |
---|---|
AzDataDateTime |
getValue()
Return the Date object that is used to produce the Xacml dateTime DataType content. |
void |
setValue(AzDataDateTime date)
Set the value with AzDataDateTime object that will be used to provide the content for the Xacml DataType #dateTime |
java.lang.String |
toXacmlString()
Return a String containing the content to be used for a Xacml dateTime DataType. |
Methods inherited from interface org.example.azapi.AzAttributeValue |
---|
getType, validate |
Method Detail |
---|
void setValue(AzDataDateTime date)
setValue
in interface AzAttributeValue<AzDataTypeIdDateTime,AzDataDateTime>
date
- the AzDataDateTime object intended to be
converted to XACML #dateTime datatypeAzDataTypeIdDateTime
AzDataDateTime getValue()
getValue
in interface AzAttributeValue<AzDataTypeIdDateTime,AzDataDateTime>
java.lang.String toXacmlString()
toXacmlString
in interface AzAttributeValue<AzDataTypeIdDateTime,AzDataDateTime>
AzDataTypeIdDateTime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |