org.example.azapi
Interface AzAttributeValueRfc822Name

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

public interface AzAttributeValueRfc822Name
extends AzAttributeValue<AzDataTypeIdRfc822Name,java.lang.String>

AzAttributeValueRfc822Name contains Java String object that may be used to generate the XACML #rfc822Name DataType.

Author:
Rich

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

Method Detail

setValue

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

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

getValue

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

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

toXacmlString

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

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