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