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