Interface SubjectType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface SubjectType extends XmlObject
An XML SubjectType(@urn:oasis:names:tc:SAML:2.0:assertion). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSubjectType.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 BaseIDAbstractTypeaddNewBaseID()Appends and returns a new empty "BaseID" elementEncryptedElementTypeaddNewEncryptedID()Appends and returns a new empty "EncryptedID" elementNameIDTypeaddNewNameID()Appends and returns a new empty "NameID" elementSubjectConfirmationTypeaddNewSubjectConfirmation()Appends and returns a new empty value (as xml) as the last "SubjectConfirmation" elementBaseIDAbstractTypegetBaseID()Gets the "BaseID" elementEncryptedElementTypegetEncryptedID()Gets the "EncryptedID" elementNameIDTypegetNameID()Gets the "NameID" elementSubjectConfirmationType[]getSubjectConfirmationArray()Gets array of all "SubjectConfirmation" elementsSubjectConfirmationTypegetSubjectConfirmationArray(int i)Gets ith "SubjectConfirmation" elementSubjectConfirmationTypeinsertNewSubjectConfirmation(int i)Inserts and returns a new empty value (as xml) as the ith "SubjectConfirmation" elementbooleanisSetBaseID()True if has "BaseID" elementbooleanisSetEncryptedID()True if has "EncryptedID" elementbooleanisSetNameID()True if has "NameID" elementvoidremoveSubjectConfirmation(int i)Removes the ith "SubjectConfirmation" elementvoidsetBaseID(BaseIDAbstractType baseID)Sets the "BaseID" elementvoidsetEncryptedID(EncryptedElementType encryptedID)Sets the "EncryptedID" elementvoidsetNameID(NameIDType nameID)Sets the "NameID" elementvoidsetSubjectConfirmationArray(int i, SubjectConfirmationType subjectConfirmation)Sets ith "SubjectConfirmation" elementvoidsetSubjectConfirmationArray(SubjectConfirmationType[] subjectConfirmationArray)Sets array of all "SubjectConfirmation" elementintsizeOfSubjectConfirmationArray()Returns number of "SubjectConfirmation" elementvoidunsetBaseID()Unsets the "BaseID" elementvoidunsetEncryptedID()Unsets the "EncryptedID" elementvoidunsetNameID()Unsets the "NameID" element-
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
-
getBaseID
BaseIDAbstractType getBaseID()
Gets the "BaseID" element
-
isSetBaseID
boolean isSetBaseID()
True if has "BaseID" element
-
setBaseID
void setBaseID(BaseIDAbstractType baseID)
Sets the "BaseID" element
-
addNewBaseID
BaseIDAbstractType addNewBaseID()
Appends and returns a new empty "BaseID" element
-
unsetBaseID
void unsetBaseID()
Unsets the "BaseID" element
-
getNameID
NameIDType getNameID()
Gets the "NameID" element
-
isSetNameID
boolean isSetNameID()
True if has "NameID" element
-
setNameID
void setNameID(NameIDType nameID)
Sets the "NameID" element
-
addNewNameID
NameIDType addNewNameID()
Appends and returns a new empty "NameID" element
-
unsetNameID
void unsetNameID()
Unsets the "NameID" element
-
getEncryptedID
EncryptedElementType getEncryptedID()
Gets the "EncryptedID" element
-
isSetEncryptedID
boolean isSetEncryptedID()
True if has "EncryptedID" element
-
setEncryptedID
void setEncryptedID(EncryptedElementType encryptedID)
Sets the "EncryptedID" element
-
addNewEncryptedID
EncryptedElementType addNewEncryptedID()
Appends and returns a new empty "EncryptedID" element
-
unsetEncryptedID
void unsetEncryptedID()
Unsets the "EncryptedID" element
-
getSubjectConfirmationArray
SubjectConfirmationType[] getSubjectConfirmationArray()
Gets array of all "SubjectConfirmation" elements
-
getSubjectConfirmationArray
SubjectConfirmationType getSubjectConfirmationArray(int i)
Gets ith "SubjectConfirmation" element
-
sizeOfSubjectConfirmationArray
int sizeOfSubjectConfirmationArray()
Returns number of "SubjectConfirmation" element
-
setSubjectConfirmationArray
void setSubjectConfirmationArray(SubjectConfirmationType[] subjectConfirmationArray)
Sets array of all "SubjectConfirmation" element
-
setSubjectConfirmationArray
void setSubjectConfirmationArray(int i, SubjectConfirmationType subjectConfirmation)Sets ith "SubjectConfirmation" element
-
insertNewSubjectConfirmation
SubjectConfirmationType insertNewSubjectConfirmation(int i)
Inserts and returns a new empty value (as xml) as the ith "SubjectConfirmation" element
-
addNewSubjectConfirmation
SubjectConfirmationType addNewSubjectConfirmation()
Appends and returns a new empty value (as xml) as the last "SubjectConfirmation" element
-
removeSubjectConfirmation
void removeSubjectConfirmation(int i)
Removes the ith "SubjectConfirmation" element
-
-