@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:56:39+01:00", comments="JAXB RI v2.2.11") public class NameIDPolicy extends Object implements Serializable
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>
Constructor and Description |
---|
NameIDPolicy() |
Modifier and Type | Method and Description |
---|---|
String |
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(String value)
Sets the value of the format property.
|
void |
setSPNameQualifier(String value)
Sets the value of the spNameQualifier property.
|
public String getFormat()
String
public void setFormat(String value)
value
- allowed object is
String
public String getSPNameQualifier()
String
public void setSPNameQualifier(String value)
value
- allowed object is
String
public Boolean isAllowCreate()
Boolean
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.