Class NameIDPolicyType
java.lang.Object
eu.europa.esig.saml.jaxb.protocol.NameIDPolicyType
- All Implemented Interfaces:
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>
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the format property.Gets the value of the spNameQualifier property.Gets the value of the allowCreate property.void
setAllowCreate
(Boolean value) Sets the value of the allowCreate property.void
Sets the value of the format property.void
setSPNameQualifier
(String value) Sets the value of the spNameQualifier property.
-
Field Details
-
format
-
spNameQualifier
-
allowCreate
-
-
Constructor Details
-
NameIDPolicyType
public NameIDPolicyType()
-
-
Method Details
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
getSPNameQualifier
Gets the value of the spNameQualifier property.- Returns:
- possible object is
String
-
setSPNameQualifier
Sets the value of the spNameQualifier property.- Parameters:
value
- allowed object isString
-
isAllowCreate
Gets the value of the allowCreate property.- Returns:
- possible object is
Boolean
-
setAllowCreate
Sets the value of the allowCreate property.- Parameters:
value
- allowed object isBoolean
-