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