public class NameIDPolicyType extends Object
Java class for NameIDPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NameIDPolicyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Format" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="SPNameQualifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="AllowCreate" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowCreate |
protected URI |
format |
protected String |
spNameQualifier |
| Constructor and Description |
|---|
NameIDPolicyType() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getFormat()
Gets the value of the format property.
|
String |
getSPNameQualifier()
Gets the value of the spNameQualifier property.
|
Boolean |
isAllowCreate()
Gets the value of the allowCreate property.
|
void |
setAllowCreate(Boolean value)
Sets the value of the allowCreate property.
|
void |
setFormat(URI value)
Sets the value of the format property.
|
void |
setSPNameQualifier(String value)
Sets the value of the spNameQualifier property.
|
protected URI format
protected String spNameQualifier
protected Boolean allowCreate
public URI getFormat()
Stringpublic void setFormat(URI value)
value - allowed object is Stringpublic String getSPNameQualifier()
Stringpublic void setSPNameQualifier(String value)
value - allowed object is Stringpublic Boolean isAllowCreate()
BooleanCopyright © 2016 JBoss by Red Hat. All rights reserved.