org.example.azapi
Interface AzAttributeValueBoolean

All Superinterfaces:
AzAttributeValue<AzDataTypeIdBoolean,java.lang.Boolean>

public interface AzAttributeValueBoolean
extends AzAttributeValue<AzDataTypeIdBoolean,java.lang.Boolean>

AzAttributeValueBoolean contains a Java Boolean object that may be used to generate the XACML #boolean DataType.

Author:
Rich

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

Method Detail

setValue

void setValue(java.lang.Boolean booleanObject)
Set the value of this AzAttributeValueBoolean object with a Java Boolean object that can generate the string that can be used for the value of a XACML #boolean DataType.

Specified by:
setValue in interface AzAttributeValue<AzDataTypeIdBoolean,java.lang.Boolean>
Parameters:
booleanObject - that can be used to generate XACML #boolean DataType

getValue

java.lang.Boolean getValue()
Return the Java Boolean object that is used by this AzAttributeValueBoolean object to represent the XACML #boolean DataType

Specified by:
getValue in interface AzAttributeValue<AzDataTypeIdBoolean,java.lang.Boolean>
Returns:
a Java Boolean object that corresponds to the XACML #boolean DataType

toXacmlString

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

Specified by:
toXacmlString in interface AzAttributeValue<AzDataTypeIdBoolean,java.lang.Boolean>
Returns:
a string that can be used as XACML #boolean DataType content