Class LocalizedURIType
- java.lang.Object
-
- org.keycloak.dom.saml.v2.metadata.LocalizedURIType
-
public class LocalizedURIType extends Object
Java class for localizedURIType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="localizedURIType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/> </extension> </simpleContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description LocalizedURIType(String lang)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLang()Gets the value of the lang property.URIgetValue()Gets the value of the value property.voidsetValue(URI value)Sets the value of the value property.
-
-
-
Constructor Detail
-
LocalizedURIType
public LocalizedURIType(String lang)
-
-