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