|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzAttributeValueHexBinary
AzAttributeValueHexBinary contains a Java byte[] object that may be used to generate the XACML #hexBinary DataType.
Method Summary | |
---|---|
AzDataByteArray |
getValue()
Return the Java AzDataByteArray object that contains the Java byte[] array that is used by this AzAttributeValueHexBinary object to represent the XACML #hexBinary DataType |
void |
setValue(AzDataByteArray azVal)
Set the value of this AzAttributeValueHexBinary object with a Java AzDataByteArray object that can generate the string that can be used for the value of a XACML #hexBinary DataType. |
java.lang.String |
toXacmlString()
Return the Java String that can be used as the XACML #hexBinary DataType representation of the Java byte[] array, contained in the AzDataByteArray of this AzAttributeValueHexBinary object. |
Methods inherited from interface org.example.azapi.AzAttributeValue |
---|
getType, validate |
Method Detail |
---|
void setValue(AzDataByteArray azVal)
setValue
in interface AzAttributeValue<AzDataTypeIdHexBinary,AzDataByteArray>
azVal
- an azDataByteArray that can be used to generate
XACML #hexBinary DataTypeAzDataByteArray getValue()
getValue
in interface AzAttributeValue<AzDataTypeIdHexBinary,AzDataByteArray>
java.lang.String toXacmlString()
toXacmlString
in interface AzAttributeValue<AzDataTypeIdHexBinary,AzDataByteArray>
AzDataByteArray
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |