public class DCEValueType extends Object
Java class for DCEValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DCEValueType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
<attribute ref="{urn:oasis:names:tc:SAML:2.0:profiles:attribute:DCE}Realm"/>
<attribute ref="{urn:oasis:names:tc:SAML:2.0:profiles:attribute:DCE}FriendlyName"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
friendlyName |
protected String |
realm |
protected String |
value |
| Constructor and Description |
|---|
DCEValueType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFriendlyName()
Gets the value of the friendlyName property.
|
String |
getRealm()
Gets the value of the realm property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setFriendlyName(String value)
Sets the value of the friendlyName property.
|
void |
setRealm(String value)
Sets the value of the realm property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String realm
protected String friendlyName
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic String getRealm()
Stringpublic void setRealm(String value)
value - allowed object is Stringpublic String getFriendlyName()
StringCopyright © 2021 JBoss by Red Hat. All rights reserved.