Interface RequestAbstractType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Subinterfaces:
RequestType
public interface RequestAbstractType extends XmlObject
An XML RequestAbstractType(@urn:oasis:names:tc:SAML:1.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRequestAbstractType.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 XmlQNameaddNewRespondWith()Appends and returns a new empty value (as xml) as the last "RespondWith" elementSignatureTypeaddNewSignature()Appends and returns a new empty "Signature" elementvoidaddRespondWith(QName respondWith)Appends the value as the last "RespondWith" elementCalendargetIssueInstant()Gets the "IssueInstant" attributeBigIntegergetMajorVersion()Gets the "MajorVersion" attributeBigIntegergetMinorVersion()Gets the "MinorVersion" attributeStringgetRequestID()Gets the "RequestID" attributeQName[]getRespondWithArray()Gets array of all "RespondWith" elementsQNamegetRespondWithArray(int i)Gets ith "RespondWith" elementSignatureTypegetSignature()Gets the "Signature" elementXmlQNameinsertNewRespondWith(int i)Inserts and returns a new empty value (as xml) as the ith "RespondWith" elementvoidinsertRespondWith(int i, QName respondWith)Inserts the value as the ith "RespondWith" elementbooleanisSetSignature()True if has "Signature" elementvoidremoveRespondWith(int i)Removes the ith "RespondWith" elementvoidsetIssueInstant(Calendar issueInstant)Sets the "IssueInstant" attributevoidsetMajorVersion(BigInteger majorVersion)Sets the "MajorVersion" attributevoidsetMinorVersion(BigInteger minorVersion)Sets the "MinorVersion" attributevoidsetRequestID(String requestID)Sets the "RequestID" attributevoidsetRespondWithArray(int i, QName respondWith)Sets ith "RespondWith" elementvoidsetRespondWithArray(QName[] respondWithArray)Sets array of all "RespondWith" elementvoidsetSignature(SignatureType signature)Sets the "Signature" elementintsizeOfRespondWithArray()Returns number of "RespondWith" elementvoidunsetSignature()Unsets the "Signature" elementXmlDateTimexgetIssueInstant()Gets (as xml) the "IssueInstant" attributeXmlIntegerxgetMajorVersion()Gets (as xml) the "MajorVersion" attributeXmlIntegerxgetMinorVersion()Gets (as xml) the "MinorVersion" attributeIDTypexgetRequestID()Gets (as xml) the "RequestID" attributeXmlQName[]xgetRespondWithArray()Gets (as xml) array of all "RespondWith" elementsXmlQNamexgetRespondWithArray(int i)Gets (as xml) ith "RespondWith" elementvoidxsetIssueInstant(XmlDateTime issueInstant)Sets (as xml) the "IssueInstant" attributevoidxsetMajorVersion(XmlInteger majorVersion)Sets (as xml) the "MajorVersion" attributevoidxsetMinorVersion(XmlInteger minorVersion)Sets (as xml) the "MinorVersion" attributevoidxsetRequestID(IDType requestID)Sets (as xml) the "RequestID" attributevoidxsetRespondWithArray(int i, XmlQName respondWith)Sets (as xml) ith "RespondWith" elementvoidxsetRespondWithArray(XmlQName[] respondWithArray)Sets (as xml) array of all "RespondWith" 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
-
getRespondWithArray
QName[] getRespondWithArray()
Gets array of all "RespondWith" elements
-
getRespondWithArray
QName getRespondWithArray(int i)
Gets ith "RespondWith" element
-
xgetRespondWithArray
XmlQName[] xgetRespondWithArray()
Gets (as xml) array of all "RespondWith" elements
-
xgetRespondWithArray
XmlQName xgetRespondWithArray(int i)
Gets (as xml) ith "RespondWith" element
-
sizeOfRespondWithArray
int sizeOfRespondWithArray()
Returns number of "RespondWith" element
-
setRespondWithArray
void setRespondWithArray(QName[] respondWithArray)
Sets array of all "RespondWith" element
-
setRespondWithArray
void setRespondWithArray(int i, QName respondWith)Sets ith "RespondWith" element
-
xsetRespondWithArray
void xsetRespondWithArray(XmlQName[] respondWithArray)
Sets (as xml) array of all "RespondWith" element
-
xsetRespondWithArray
void xsetRespondWithArray(int i, XmlQName respondWith)Sets (as xml) ith "RespondWith" element
-
insertRespondWith
void insertRespondWith(int i, QName respondWith)Inserts the value as the ith "RespondWith" element
-
addRespondWith
void addRespondWith(QName respondWith)
Appends the value as the last "RespondWith" element
-
insertNewRespondWith
XmlQName insertNewRespondWith(int i)
Inserts and returns a new empty value (as xml) as the ith "RespondWith" element
-
addNewRespondWith
XmlQName addNewRespondWith()
Appends and returns a new empty value (as xml) as the last "RespondWith" element
-
removeRespondWith
void removeRespondWith(int i)
Removes the ith "RespondWith" element
-
getSignature
SignatureType getSignature()
Gets the "Signature" element
-
isSetSignature
boolean isSetSignature()
True if has "Signature" element
-
setSignature
void setSignature(SignatureType signature)
Sets the "Signature" element
-
addNewSignature
SignatureType addNewSignature()
Appends and returns a new empty "Signature" element
-
unsetSignature
void unsetSignature()
Unsets the "Signature" element
-
getRequestID
String getRequestID()
Gets the "RequestID" attribute
-
xgetRequestID
IDType xgetRequestID()
Gets (as xml) the "RequestID" attribute
-
setRequestID
void setRequestID(String requestID)
Sets the "RequestID" attribute
-
xsetRequestID
void xsetRequestID(IDType requestID)
Sets (as xml) the "RequestID" attribute
-
getMajorVersion
BigInteger getMajorVersion()
Gets the "MajorVersion" attribute
-
xgetMajorVersion
XmlInteger xgetMajorVersion()
Gets (as xml) the "MajorVersion" attribute
-
setMajorVersion
void setMajorVersion(BigInteger majorVersion)
Sets the "MajorVersion" attribute
-
xsetMajorVersion
void xsetMajorVersion(XmlInteger majorVersion)
Sets (as xml) the "MajorVersion" attribute
-
getMinorVersion
BigInteger getMinorVersion()
Gets the "MinorVersion" attribute
-
xgetMinorVersion
XmlInteger xgetMinorVersion()
Gets (as xml) the "MinorVersion" attribute
-
setMinorVersion
void setMinorVersion(BigInteger minorVersion)
Sets the "MinorVersion" attribute
-
xsetMinorVersion
void xsetMinorVersion(XmlInteger minorVersion)
Sets (as xml) the "MinorVersion" attribute
-
getIssueInstant
Calendar getIssueInstant()
Gets the "IssueInstant" attribute
-
xgetIssueInstant
XmlDateTime xgetIssueInstant()
Gets (as xml) the "IssueInstant" attribute
-
setIssueInstant
void setIssueInstant(Calendar issueInstant)
Sets the "IssueInstant" attribute
-
xsetIssueInstant
void xsetIssueInstant(XmlDateTime issueInstant)
Sets (as xml) the "IssueInstant" attribute
-
-