|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzAttributeValueRfc822Name
AzAttributeValueRfc822Name contains Java String object that may be used to generate the XACML #rfc822Name DataType.
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 |
---|
void setValue(java.lang.String rfc822Name)
setValue
in interface AzAttributeValue<AzDataTypeIdRfc822Name,java.lang.String>
rfc822Name
- a string that can be used to generate XACML
#rfc822Name DataTypejava.lang.String getValue()
getValue
in interface AzAttributeValue<AzDataTypeIdRfc822Name,java.lang.String>
java.lang.String toXacmlString()
toXacmlString
in interface AzAttributeValue<AzDataTypeIdRfc822Name,java.lang.String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |