|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzAttributeValueInteger
AzAttributeValueInteger contains a Java Long object that may
be used to generate the XACML #integer DataType.
Basically, the xs:integer data type:
http://www.w3.org/TR/xmlschema-2/#integeris an integer that runs from minus to plus infinity. Therefore, to best approximate this impossible objective, the largest Java integer, long, is chosen to provide the capability.
Method Summary | |
---|---|
java.lang.Long |
getValue()
Return the Java Long object that is used by this AzAttributeValueInteger object to represent the XACML #integer DataType |
void |
setValue(java.lang.Long intLong)
Set the value of this AzAttributeValueInteger object with a Java Long object that can generate the string that can be used for the value of a XACML #integer DataType. |
java.lang.String |
toXacmlString()
Return the Java String that can be used as the XACML #integer DataType representation of the Java Long object contained in this AzAttributeValueInteger object. |
Methods inherited from interface org.example.azapi.AzAttributeValue |
---|
getType, validate |
Method Detail |
---|
void setValue(java.lang.Long intLong)
setValue
in interface AzAttributeValue<AzDataTypeIdInteger,java.lang.Long>
intLong
- that can be used to generate XACML #integer DataTypejava.lang.Long getValue()
getValue
in interface AzAttributeValue<AzDataTypeIdInteger,java.lang.Long>
java.lang.String toXacmlString()
toXacmlString
in interface AzAttributeValue<AzDataTypeIdInteger,java.lang.Long>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |