|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzAttributeValueTime
AzAttributeValueDate contains the Java Date object within an AzDataDateTime object that contains the information to 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 azDataDateTime)
Set the value with an AzDataDateTime object that will be used to provide the content for the Xacml DataType: #time |
java.lang.String |
toXacmlString()
Return a String containing the content to be used for a Xacml #time DataType. |
Methods inherited from interface org.example.azapi.AzAttributeValue |
---|
getType, validate |
Method Detail |
---|
void setValue(AzDataDateTime azDataDateTime)
setValue
in interface AzAttributeValue<AzDataTypeIdTime,AzDataDateTime>
azDataDateTime
- an object containing the Date and other
info to be converted to Xacml #timeAzDataTypeIdTime
AzDataDateTime getValue()
getValue
in interface AzAttributeValue<AzDataTypeIdTime,AzDataDateTime>
java.lang.String toXacmlString()
toXacmlString
in interface AzAttributeValue<AzDataTypeIdTime,AzDataDateTime>
AzDataTypeIdTime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |