org.example.azapi
Interface AzAttributeValueDnsName

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

public interface AzAttributeValueDnsName
extends AzAttributeValue<AzDataTypeIdDnsName,java.lang.String>

AzAttributeValueDnsName contains Java String object that may be used to generate the XACML #dnsName DataType.

Author:
Rich

Method Summary
 java.lang.String getValue()
          Return the Java String object that is used by this AzAttributeValueDnsName object to represent the XACML #dnsName DataType
 void setValue(java.lang.String dnsName)
          Set the value of this AzAttributeValueDnsName object with a Java String object that can generate the string that can be used for the value of a XACML #dnsName DataType.
 java.lang.String toXacmlString()
          Return the Java String that can be used as the XACML #dnsName DataType representation of the Java String object contained in this AzAttributeValueDnsName object.
 
Methods inherited from interface org.example.azapi.AzAttributeValue
getType, validate
 

Method Detail

setValue

void setValue(java.lang.String dnsName)
Set the value of this AzAttributeValueDnsName object with a Java String object that can generate the string that can be used for the value of a XACML #dnsName DataType.

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

getValue

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

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

toXacmlString

java.lang.String toXacmlString()
Return the Java String that can be used as the XACML #dnsName DataType representation of the Java String object contained in this AzAttributeValueDnsName object.

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