|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzAttributeValueYearMonthDuration
AzAttributeValueDayTimeDuration contains AzDataDayTimeDuration object that may be used to generate the XACML #dayTimeDuration DataType.
Method Summary | |
---|---|
AzDataYearMonthDuration |
getValue()
Return the AzDataYearMonthDuration object that is used by this AzAttributeValueYearMonthDuration object to represent the XACML #yearMonthDuration DataType |
void |
setValue(AzDataYearMonthDuration azYearMonthDuration)
Set the value of this AzAttributeValueYearMonthDuration object with an AzDataYearMonthDuration object that can generate the string that can be used for the value of a XACML #yearMonthDuration DataType. |
java.lang.String |
toXacmlString()
Return the Java String that can be used as the XACML #yearMonthDuration DataType representation of the AzDataYearMonthDuration object contained in this AzAttributeValueYearMonthDuration object. |
Methods inherited from interface org.example.azapi.AzAttributeValue |
---|
getType, validate |
Method Detail |
---|
void setValue(AzDataYearMonthDuration azYearMonthDuration)
setValue
in interface AzAttributeValue<AzDataTypeIdYearMonthDuration,AzDataYearMonthDuration>
azYearMonthDuration
- that can be used to generate XACML
#yearMonthDuration DataTypeAzDataYearMonthDuration getValue()
getValue
in interface AzAttributeValue<AzDataTypeIdYearMonthDuration,AzDataYearMonthDuration>
java.lang.String toXacmlString()
toXacmlString
in interface AzAttributeValue<AzDataTypeIdYearMonthDuration,AzDataYearMonthDuration>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |