org.example.azapi
Interface AzAttributeValueDayTimeDuration

All Superinterfaces:
AzAttributeValue<AzDataTypeIdDayTimeDuration,AzDataDayTimeDuration>

public interface AzAttributeValueDayTimeDuration
extends AzAttributeValue<AzDataTypeIdDayTimeDuration,AzDataDayTimeDuration>

AzAttributeValueDayTimeDuration contains AzDataDayTimeDuration object that may be used to generate the XACML #dayTimeDuration DataType.

Author:
Rich

Method Summary
 AzDataDayTimeDuration getValue()
          Return the AzDataDayTimeDuration object that is used by this AzAttributeValueDayTimeDuration object to represent the XACML #dayTimeDuration DataType
 void setValue(AzDataDayTimeDuration azDayTimeDuration)
          Set the value of this AzAttributeValueDayTimeDuration object with an AzDataDayTimeDuration object that can generate the string that can be used for the value of a XACML #dayTimeDuration DataType.
 java.lang.String toXacmlString()
          Return the Java String that can be used as the XACML #dayTimeDuration DataType representation of the AzDataDayTimeDuration object contained in this AzAttributeValueDayTimeDuration object.
 
Methods inherited from interface org.example.azapi.AzAttributeValue
getType, validate
 

Method Detail

setValue

void setValue(AzDataDayTimeDuration azDayTimeDuration)
Set the value of this AzAttributeValueDayTimeDuration object with an AzDataDayTimeDuration object that can generate the string that can be used for the value of a XACML #dayTimeDuration DataType.

Specified by:
setValue in interface AzAttributeValue<AzDataTypeIdDayTimeDuration,AzDataDayTimeDuration>
Parameters:
azDayTimeDuration - that can be used to generate XACML #dayTimeDuration DataType

getValue

AzDataDayTimeDuration getValue()
Return the AzDataDayTimeDuration object that is used by this AzAttributeValueDayTimeDuration object to represent the XACML #dayTimeDuration DataType

Specified by:
getValue in interface AzAttributeValue<AzDataTypeIdDayTimeDuration,AzDataDayTimeDuration>
Returns:
an azDataDayTimeDuration object that corresponds to the XACML #dayTimeDuration DataType

toXacmlString

java.lang.String toXacmlString()
Return the Java String that can be used as the XACML #dayTimeDuration DataType representation of the AzDataDayTimeDuration object contained in this AzAttributeValueDayTimeDuration object.

Specified by:
toXacmlString in interface AzAttributeValue<AzDataTypeIdDayTimeDuration,AzDataDayTimeDuration>
Returns:
a string that can be used as XACML #dayTimeDuration DataType content