Interface ScopingType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface ScopingType extends XmlObject
An XML ScopingType(@urn:oasis:names:tc:SAML:2.0:protocol). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classScopingType.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 IDPListTypeaddNewIDPList()Appends and returns a new empty "IDPList" elementXmlAnyURIaddNewRequesterID()Appends and returns a new empty value (as xml) as the last "RequesterID" elementvoidaddRequesterID(String requesterID)Appends the value as the last "RequesterID" elementIDPListTypegetIDPList()Gets the "IDPList" elementBigIntegergetProxyCount()Gets the "ProxyCount" attributeString[]getRequesterIDArray()Gets array of all "RequesterID" elementsStringgetRequesterIDArray(int i)Gets ith "RequesterID" elementXmlAnyURIinsertNewRequesterID(int i)Inserts and returns a new empty value (as xml) as the ith "RequesterID" elementvoidinsertRequesterID(int i, String requesterID)Inserts the value as the ith "RequesterID" elementbooleanisSetIDPList()True if has "IDPList" elementbooleanisSetProxyCount()True if has "ProxyCount" attributevoidremoveRequesterID(int i)Removes the ith "RequesterID" elementvoidsetIDPList(IDPListType idpList)Sets the "IDPList" elementvoidsetProxyCount(BigInteger proxyCount)Sets the "ProxyCount" attributevoidsetRequesterIDArray(int i, String requesterID)Sets ith "RequesterID" elementvoidsetRequesterIDArray(String[] requesterIDArray)Sets array of all "RequesterID" elementintsizeOfRequesterIDArray()Returns number of "RequesterID" elementvoidunsetIDPList()Unsets the "IDPList" elementvoidunsetProxyCount()Unsets the "ProxyCount" attributeXmlNonNegativeIntegerxgetProxyCount()Gets (as xml) the "ProxyCount" attributeXmlAnyURI[]xgetRequesterIDArray()Gets (as xml) array of all "RequesterID" elementsXmlAnyURIxgetRequesterIDArray(int i)Gets (as xml) ith "RequesterID" elementvoidxsetProxyCount(XmlNonNegativeInteger proxyCount)Sets (as xml) the "ProxyCount" attributevoidxsetRequesterIDArray(int i, XmlAnyURI requesterID)Sets (as xml) ith "RequesterID" elementvoidxsetRequesterIDArray(XmlAnyURI[] requesterIDArray)Sets (as xml) array of all "RequesterID" 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
-
getIDPList
IDPListType getIDPList()
Gets the "IDPList" element
-
isSetIDPList
boolean isSetIDPList()
True if has "IDPList" element
-
setIDPList
void setIDPList(IDPListType idpList)
Sets the "IDPList" element
-
addNewIDPList
IDPListType addNewIDPList()
Appends and returns a new empty "IDPList" element
-
unsetIDPList
void unsetIDPList()
Unsets the "IDPList" element
-
getRequesterIDArray
String[] getRequesterIDArray()
Gets array of all "RequesterID" elements
-
getRequesterIDArray
String getRequesterIDArray(int i)
Gets ith "RequesterID" element
-
xgetRequesterIDArray
XmlAnyURI[] xgetRequesterIDArray()
Gets (as xml) array of all "RequesterID" elements
-
xgetRequesterIDArray
XmlAnyURI xgetRequesterIDArray(int i)
Gets (as xml) ith "RequesterID" element
-
sizeOfRequesterIDArray
int sizeOfRequesterIDArray()
Returns number of "RequesterID" element
-
setRequesterIDArray
void setRequesterIDArray(String[] requesterIDArray)
Sets array of all "RequesterID" element
-
setRequesterIDArray
void setRequesterIDArray(int i, String requesterID)Sets ith "RequesterID" element
-
xsetRequesterIDArray
void xsetRequesterIDArray(XmlAnyURI[] requesterIDArray)
Sets (as xml) array of all "RequesterID" element
-
xsetRequesterIDArray
void xsetRequesterIDArray(int i, XmlAnyURI requesterID)Sets (as xml) ith "RequesterID" element
-
insertRequesterID
void insertRequesterID(int i, String requesterID)Inserts the value as the ith "RequesterID" element
-
addRequesterID
void addRequesterID(String requesterID)
Appends the value as the last "RequesterID" element
-
insertNewRequesterID
XmlAnyURI insertNewRequesterID(int i)
Inserts and returns a new empty value (as xml) as the ith "RequesterID" element
-
addNewRequesterID
XmlAnyURI addNewRequesterID()
Appends and returns a new empty value (as xml) as the last "RequesterID" element
-
removeRequesterID
void removeRequesterID(int i)
Removes the ith "RequesterID" element
-
getProxyCount
BigInteger getProxyCount()
Gets the "ProxyCount" attribute
-
xgetProxyCount
XmlNonNegativeInteger xgetProxyCount()
Gets (as xml) the "ProxyCount" attribute
-
isSetProxyCount
boolean isSetProxyCount()
True if has "ProxyCount" attribute
-
setProxyCount
void setProxyCount(BigInteger proxyCount)
Sets the "ProxyCount" attribute
-
xsetProxyCount
void xsetProxyCount(XmlNonNegativeInteger proxyCount)
Sets (as xml) the "ProxyCount" attribute
-
unsetProxyCount
void unsetProxyCount()
Unsets the "ProxyCount" attribute
-
-