|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzAttributeValueBoolean
AzAttributeValueBoolean contains a Java Boolean object that may be used to generate the XACML #boolean DataType.
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 |
---|
void setValue(java.lang.Boolean booleanObject)
setValue
in interface AzAttributeValue<AzDataTypeIdBoolean,java.lang.Boolean>
booleanObject
- that can be used to generate
XACML #boolean DataTypejava.lang.Boolean getValue()
getValue
in interface AzAttributeValue<AzDataTypeIdBoolean,java.lang.Boolean>
java.lang.String toXacmlString()
toXacmlString
in interface AzAttributeValue<AzDataTypeIdBoolean,java.lang.Boolean>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |