org.example.azapi
Interface AzAttributeValueIpAddress

All Superinterfaces:
AzAttributeValue<AzDataTypeIdIpAddress,java.lang.String>

public interface AzAttributeValueIpAddress
extends AzAttributeValue<AzDataTypeIdIpAddress,java.lang.String>

AzAttributeValueIpAddress contains Java String object that may be used to generate the XACML #ipAddress DataType.

Author:
Rich

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

setValue

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.

Specified by:
setValue in interface AzAttributeValue<AzDataTypeIdIpAddress,java.lang.String>
Parameters:
ipAddress - a string that can be used to generate XACML #ipAddress DataType

getValue

java.lang.String getValue()
Return the Java String object that is used by this AzAttributeValueIpAddress object to represent the XACML #ipAddress DataType

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

toXacmlString

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.

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