Package org.sourceid.protocol.saml11.xml
Interface ConditionsType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface ConditionsType extends XmlObject
An XML ConditionsType(@urn:oasis:names:tc:SAML:1.0:assertion). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConditionsType.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 AudienceRestrictionConditionTypeaddNewAudienceRestrictionCondition()Appends and returns a new empty value (as xml) as the last "AudienceRestrictionCondition" elementConditionAbstractTypeaddNewCondition()Appends and returns a new empty value (as xml) as the last "Condition" elementDoNotCacheConditionTypeaddNewDoNotCacheCondition()Appends and returns a new empty value (as xml) as the last "DoNotCacheCondition" elementAudienceRestrictionConditionType[]getAudienceRestrictionConditionArray()Gets array of all "AudienceRestrictionCondition" elementsAudienceRestrictionConditionTypegetAudienceRestrictionConditionArray(int i)Gets ith "AudienceRestrictionCondition" elementConditionAbstractType[]getConditionArray()Gets array of all "Condition" elementsConditionAbstractTypegetConditionArray(int i)Gets ith "Condition" elementDoNotCacheConditionType[]getDoNotCacheConditionArray()Gets array of all "DoNotCacheCondition" elementsDoNotCacheConditionTypegetDoNotCacheConditionArray(int i)Gets ith "DoNotCacheCondition" elementCalendargetNotBefore()Gets the "NotBefore" attributeCalendargetNotOnOrAfter()Gets the "NotOnOrAfter" attributeAudienceRestrictionConditionTypeinsertNewAudienceRestrictionCondition(int i)Inserts and returns a new empty value (as xml) as the ith "AudienceRestrictionCondition" elementConditionAbstractTypeinsertNewCondition(int i)Inserts and returns a new empty value (as xml) as the ith "Condition" elementDoNotCacheConditionTypeinsertNewDoNotCacheCondition(int i)Inserts and returns a new empty value (as xml) as the ith "DoNotCacheCondition" elementbooleanisSetNotBefore()True if has "NotBefore" attributebooleanisSetNotOnOrAfter()True if has "NotOnOrAfter" attributevoidremoveAudienceRestrictionCondition(int i)Removes the ith "AudienceRestrictionCondition" elementvoidremoveCondition(int i)Removes the ith "Condition" elementvoidremoveDoNotCacheCondition(int i)Removes the ith "DoNotCacheCondition" elementvoidsetAudienceRestrictionConditionArray(int i, AudienceRestrictionConditionType audienceRestrictionCondition)Sets ith "AudienceRestrictionCondition" elementvoidsetAudienceRestrictionConditionArray(AudienceRestrictionConditionType[] audienceRestrictionConditionArray)Sets array of all "AudienceRestrictionCondition" elementvoidsetConditionArray(int i, ConditionAbstractType condition)Sets ith "Condition" elementvoidsetConditionArray(ConditionAbstractType[] conditionArray)Sets array of all "Condition" elementvoidsetDoNotCacheConditionArray(int i, DoNotCacheConditionType doNotCacheCondition)Sets ith "DoNotCacheCondition" elementvoidsetDoNotCacheConditionArray(DoNotCacheConditionType[] doNotCacheConditionArray)Sets array of all "DoNotCacheCondition" elementvoidsetNotBefore(Calendar notBefore)Sets the "NotBefore" attributevoidsetNotOnOrAfter(Calendar notOnOrAfter)Sets the "NotOnOrAfter" attributeintsizeOfAudienceRestrictionConditionArray()Returns number of "AudienceRestrictionCondition" elementintsizeOfConditionArray()Returns number of "Condition" elementintsizeOfDoNotCacheConditionArray()Returns number of "DoNotCacheCondition" elementvoidunsetNotBefore()Unsets the "NotBefore" attributevoidunsetNotOnOrAfter()Unsets the "NotOnOrAfter" attributeXmlDateTimexgetNotBefore()Gets (as xml) the "NotBefore" attributeXmlDateTimexgetNotOnOrAfter()Gets (as xml) the "NotOnOrAfter" attributevoidxsetNotBefore(XmlDateTime notBefore)Sets (as xml) the "NotBefore" attributevoidxsetNotOnOrAfter(XmlDateTime notOnOrAfter)Sets (as xml) the "NotOnOrAfter" attribute-
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
-
getAudienceRestrictionConditionArray
AudienceRestrictionConditionType[] getAudienceRestrictionConditionArray()
Gets array of all "AudienceRestrictionCondition" elements
-
getAudienceRestrictionConditionArray
AudienceRestrictionConditionType getAudienceRestrictionConditionArray(int i)
Gets ith "AudienceRestrictionCondition" element
-
sizeOfAudienceRestrictionConditionArray
int sizeOfAudienceRestrictionConditionArray()
Returns number of "AudienceRestrictionCondition" element
-
setAudienceRestrictionConditionArray
void setAudienceRestrictionConditionArray(AudienceRestrictionConditionType[] audienceRestrictionConditionArray)
Sets array of all "AudienceRestrictionCondition" element
-
setAudienceRestrictionConditionArray
void setAudienceRestrictionConditionArray(int i, AudienceRestrictionConditionType audienceRestrictionCondition)Sets ith "AudienceRestrictionCondition" element
-
insertNewAudienceRestrictionCondition
AudienceRestrictionConditionType insertNewAudienceRestrictionCondition(int i)
Inserts and returns a new empty value (as xml) as the ith "AudienceRestrictionCondition" element
-
addNewAudienceRestrictionCondition
AudienceRestrictionConditionType addNewAudienceRestrictionCondition()
Appends and returns a new empty value (as xml) as the last "AudienceRestrictionCondition" element
-
removeAudienceRestrictionCondition
void removeAudienceRestrictionCondition(int i)
Removes the ith "AudienceRestrictionCondition" element
-
getDoNotCacheConditionArray
DoNotCacheConditionType[] getDoNotCacheConditionArray()
Gets array of all "DoNotCacheCondition" elements
-
getDoNotCacheConditionArray
DoNotCacheConditionType getDoNotCacheConditionArray(int i)
Gets ith "DoNotCacheCondition" element
-
sizeOfDoNotCacheConditionArray
int sizeOfDoNotCacheConditionArray()
Returns number of "DoNotCacheCondition" element
-
setDoNotCacheConditionArray
void setDoNotCacheConditionArray(DoNotCacheConditionType[] doNotCacheConditionArray)
Sets array of all "DoNotCacheCondition" element
-
setDoNotCacheConditionArray
void setDoNotCacheConditionArray(int i, DoNotCacheConditionType doNotCacheCondition)Sets ith "DoNotCacheCondition" element
-
insertNewDoNotCacheCondition
DoNotCacheConditionType insertNewDoNotCacheCondition(int i)
Inserts and returns a new empty value (as xml) as the ith "DoNotCacheCondition" element
-
addNewDoNotCacheCondition
DoNotCacheConditionType addNewDoNotCacheCondition()
Appends and returns a new empty value (as xml) as the last "DoNotCacheCondition" element
-
removeDoNotCacheCondition
void removeDoNotCacheCondition(int i)
Removes the ith "DoNotCacheCondition" element
-
getConditionArray
ConditionAbstractType[] getConditionArray()
Gets array of all "Condition" elements
-
getConditionArray
ConditionAbstractType getConditionArray(int i)
Gets ith "Condition" element
-
sizeOfConditionArray
int sizeOfConditionArray()
Returns number of "Condition" element
-
setConditionArray
void setConditionArray(ConditionAbstractType[] conditionArray)
Sets array of all "Condition" element
-
setConditionArray
void setConditionArray(int i, ConditionAbstractType condition)Sets ith "Condition" element
-
insertNewCondition
ConditionAbstractType insertNewCondition(int i)
Inserts and returns a new empty value (as xml) as the ith "Condition" element
-
addNewCondition
ConditionAbstractType addNewCondition()
Appends and returns a new empty value (as xml) as the last "Condition" element
-
removeCondition
void removeCondition(int i)
Removes the ith "Condition" element
-
getNotBefore
Calendar getNotBefore()
Gets the "NotBefore" attribute
-
xgetNotBefore
XmlDateTime xgetNotBefore()
Gets (as xml) the "NotBefore" attribute
-
isSetNotBefore
boolean isSetNotBefore()
True if has "NotBefore" attribute
-
setNotBefore
void setNotBefore(Calendar notBefore)
Sets the "NotBefore" attribute
-
xsetNotBefore
void xsetNotBefore(XmlDateTime notBefore)
Sets (as xml) the "NotBefore" attribute
-
unsetNotBefore
void unsetNotBefore()
Unsets the "NotBefore" attribute
-
getNotOnOrAfter
Calendar getNotOnOrAfter()
Gets the "NotOnOrAfter" attribute
-
xgetNotOnOrAfter
XmlDateTime xgetNotOnOrAfter()
Gets (as xml) the "NotOnOrAfter" attribute
-
isSetNotOnOrAfter
boolean isSetNotOnOrAfter()
True if has "NotOnOrAfter" attribute
-
setNotOnOrAfter
void setNotOnOrAfter(Calendar notOnOrAfter)
Sets the "NotOnOrAfter" attribute
-
xsetNotOnOrAfter
void xsetNotOnOrAfter(XmlDateTime notOnOrAfter)
Sets (as xml) the "NotOnOrAfter" attribute
-
unsetNotOnOrAfter
void unsetNotOnOrAfter()
Unsets the "NotOnOrAfter" attribute
-
-