Uses of Interface
org.example.azapi.AzDataYearMonthDuration

Packages that use AzDataYearMonthDuration
org.example.azapi The AzApi package contains the interfaces that must be implemented by a provider. 
 

Uses of AzDataYearMonthDuration in org.example.azapi
 

Methods in org.example.azapi that return AzDataYearMonthDuration
 AzDataYearMonthDuration AzEntity.createAzDataYearMonthDuration(boolean isNegativeDuration, long years, long months)
          Returns a helper data container for Xacml #yearMonthDuration
 AzDataYearMonthDuration AzAttributeValueYearMonthDuration.getValue()
          Return the AzDataYearMonthDuration object that is used by this AzAttributeValueYearMonthDuration object to represent the XACML #yearMonthDuration DataType
 

Methods in org.example.azapi with parameters of type AzDataYearMonthDuration
 AzAttributeValueYearMonthDuration AzEntity.createAzAttributeValue(AzDataTypeIdYearMonthDuration u, AzDataYearMonthDuration v)
          Returns an AzAttributeValueYearMonthDuration object that holds a XACML #yearMonthDuration DataType.
 void AzAttributeValueYearMonthDuration.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.