Class AdditionalMetadataLocationType
java.lang.Object
org.keycloak.dom.saml.v2.metadata.AdditionalMetadataLocationType
Java class for AdditionalMetadataLocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AdditionalMetadataLocationType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </extension> </simpleContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the namespace property.getValue()
Gets the value of the value property.void
setNamespace
(URI value) Sets the value of the namespace property.void
Sets the value of the value property.
-
Field Details
-
value
-
namespace
-
-
Constructor Details
-
AdditionalMetadataLocationType
public AdditionalMetadataLocationType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
URI
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isURI
-
getNamespace
Gets the value of the namespace property.- Returns:
- possible object is
URI
-
setNamespace
Sets the value of the namespace property.- Parameters:
value
- allowed object isURI
-