public class DisplayName
extends org.opensaml.core.xml.AbstractXMLObject
<xs:complexType name="LocalizedDisplayNameType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="Locale" type="xs:language" use="required"/>
<xs:attribute name="IsDefault" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DisplayName.Builder |
static class |
DisplayName.Marshaller |
static class |
DisplayName.Unmarshaller |
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_IS_DEFAULT |
static String |
ATT_LOCALE |
static String |
DEFAULT_LOCALE |
String |
isDefault |
static String |
LOCAL_NAME |
String |
locale |
private String |
value |
| Modifier | Constructor and Description |
|---|---|
|
DisplayName(String value,
String locale) |
protected |
DisplayName(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIsDefault() |
String |
getLocale() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getValue() |
boolean |
isDefault() |
void |
setIsDefault(String isDefault) |
void |
setLocale(String locale) |
void |
setValue(String value) |
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypepublic static String LOCAL_NAME
public static String DEFAULT_LOCALE
public static String ATT_LOCALE
public static String ATT_IS_DEFAULT
public String locale
public String isDefault
private String value
public void setLocale(String locale)
public String getLocale()
public boolean isDefault()
public void setIsDefault(String isDefault)
public String getIsDefault()
public void setValue(String value)
public String getValue()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.