|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AzAttributeValueAnyURI
AzAttributeValueAnyURI contains Java URI object that may be used to generate the XACML #anyURI DataType.
Method Summary | |
---|---|
AzDataTypeIdAnyURI |
getType()
Return the AzDataTypeId for this AzAttributeValueAnyURI object. |
java.net.URI |
getValue()
Return the Java URI object that is used by this AzAttributeValueAnyURI object to represent the XACML #anyURI DataType |
void |
setValue(java.net.URI uri)
Set the value of this AzAttributeValueAnyURI object with a Java URI object that can generate the string that can be used for the value of a XACML #anyURI DataType. |
java.lang.String |
toXacmlString()
Return the Java String that can be used as the XACML #anyURI DataType representation of the Java URI object contained in this AzAttributeValueAnyURI object. |
Methods inherited from interface org.example.azapi.AzAttributeValue |
---|
validate |
Method Detail |
---|
AzDataTypeIdAnyURI getType()
getType
in interface AzAttributeValue<AzDataTypeIdAnyURI,java.net.URI>
AzDataTypeIdAnyURI
void setValue(java.net.URI uri)
setValue
in interface AzAttributeValue<AzDataTypeIdAnyURI,java.net.URI>
uri
- that can be used to generate XACML #anyURI DataTypejava.net.URI getValue()
getValue
in interface AzAttributeValue<AzDataTypeIdAnyURI,java.net.URI>
java.lang.String toXacmlString()
toXacmlString
in interface AzAttributeValue<AzDataTypeIdAnyURI,java.net.URI>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |