Interface NameIDType
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface NameIDType extends XmlString
An XML NameIDType(@urn:oasis:names:tc:SAML:2.0:assertion). This is an atomic type that is a restriction of org.sourceid.saml20.xmlbinding.assertion.NameIDType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNameIDType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormat()Gets the "Format" attributeStringgetNameQualifier()Gets the "NameQualifier" attributeStringgetSPNameQualifier()Gets the "SPNameQualifier" attributeStringgetSPProvidedID()Gets the "SPProvidedID" attributebooleanisSetFormat()True if has "Format" attributebooleanisSetNameQualifier()True if has "NameQualifier" attributebooleanisSetSPNameQualifier()True if has "SPNameQualifier" attributebooleanisSetSPProvidedID()True if has "SPProvidedID" attributevoidsetFormat(String format)Sets the "Format" attributevoidsetNameQualifier(String nameQualifier)Sets the "NameQualifier" attributevoidsetSPNameQualifier(String spNameQualifier)Sets the "SPNameQualifier" attributevoidsetSPProvidedID(String spProvidedID)Sets the "SPProvidedID" attributevoidunsetFormat()Unsets the "Format" attributevoidunsetNameQualifier()Unsets the "NameQualifier" attributevoidunsetSPNameQualifier()Unsets the "SPNameQualifier" attributevoidunsetSPProvidedID()Unsets the "SPProvidedID" attributeXmlAnyURIxgetFormat()Gets (as xml) the "Format" attributeXmlStringxgetNameQualifier()Gets (as xml) the "NameQualifier" attributeXmlStringxgetSPNameQualifier()Gets (as xml) the "SPNameQualifier" attributeXmlStringxgetSPProvidedID()Gets (as xml) the "SPProvidedID" attributevoidxsetFormat(XmlAnyURI format)Sets (as xml) the "Format" attributevoidxsetNameQualifier(XmlString nameQualifier)Sets (as xml) the "NameQualifier" attributevoidxsetSPNameQualifier(XmlString spNameQualifier)Sets (as xml) the "SPNameQualifier" attributevoidxsetSPProvidedID(XmlString spProvidedID)Sets (as xml) the "SPProvidedID" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getNameQualifier
String getNameQualifier()
Gets the "NameQualifier" attribute
-
xgetNameQualifier
XmlString xgetNameQualifier()
Gets (as xml) the "NameQualifier" attribute
-
isSetNameQualifier
boolean isSetNameQualifier()
True if has "NameQualifier" attribute
-
setNameQualifier
void setNameQualifier(String nameQualifier)
Sets the "NameQualifier" attribute
-
xsetNameQualifier
void xsetNameQualifier(XmlString nameQualifier)
Sets (as xml) the "NameQualifier" attribute
-
unsetNameQualifier
void unsetNameQualifier()
Unsets the "NameQualifier" attribute
-
getSPNameQualifier
String getSPNameQualifier()
Gets the "SPNameQualifier" attribute
-
xgetSPNameQualifier
XmlString xgetSPNameQualifier()
Gets (as xml) the "SPNameQualifier" attribute
-
isSetSPNameQualifier
boolean isSetSPNameQualifier()
True if has "SPNameQualifier" attribute
-
setSPNameQualifier
void setSPNameQualifier(String spNameQualifier)
Sets the "SPNameQualifier" attribute
-
xsetSPNameQualifier
void xsetSPNameQualifier(XmlString spNameQualifier)
Sets (as xml) the "SPNameQualifier" attribute
-
unsetSPNameQualifier
void unsetSPNameQualifier()
Unsets the "SPNameQualifier" attribute
-
getFormat
String getFormat()
Gets the "Format" attribute
-
xgetFormat
XmlAnyURI xgetFormat()
Gets (as xml) the "Format" attribute
-
isSetFormat
boolean isSetFormat()
True if has "Format" attribute
-
setFormat
void setFormat(String format)
Sets the "Format" attribute
-
xsetFormat
void xsetFormat(XmlAnyURI format)
Sets (as xml) the "Format" attribute
-
unsetFormat
void unsetFormat()
Unsets the "Format" attribute
-
getSPProvidedID
String getSPProvidedID()
Gets the "SPProvidedID" attribute
-
xgetSPProvidedID
XmlString xgetSPProvidedID()
Gets (as xml) the "SPProvidedID" attribute
-
isSetSPProvidedID
boolean isSetSPProvidedID()
True if has "SPProvidedID" attribute
-
setSPProvidedID
void setSPProvidedID(String spProvidedID)
Sets the "SPProvidedID" attribute
-
xsetSPProvidedID
void xsetSPProvidedID(XmlString spProvidedID)
Sets (as xml) the "SPProvidedID" attribute
-
unsetSPProvidedID
void unsetSPProvidedID()
Unsets the "SPProvidedID" attribute
-
-