@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:48:06+02:00", comments="JAXB RI v2.3.7") public class Conditions extends Object implements Serializable
Java class for ConditionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConditionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AudienceRestrictionCondition"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}DoNotCacheCondition"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}Condition"/>
</choice>
<attribute name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Conditions() |
| Modifier and Type | Method and Description |
|---|---|
List<ConditionAbstractType> |
getAudienceRestrictionConditionsAndDoNotCacheConditionsAndConditions()
Gets the value of the audienceRestrictionConditionsAndDoNotCacheConditionsAndConditions property.
|
org.joda.time.DateTime |
getNotBefore()
Gets the value of the notBefore property.
|
org.joda.time.DateTime |
getNotOnOrAfter()
Gets the value of the notOnOrAfter property.
|
void |
setNotBefore(org.joda.time.DateTime value)
Sets the value of the notBefore property.
|
void |
setNotOnOrAfter(org.joda.time.DateTime value)
Sets the value of the notOnOrAfter property.
|
public List<ConditionAbstractType> getAudienceRestrictionConditionsAndDoNotCacheConditionsAndConditions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the audienceRestrictionConditionsAndDoNotCacheConditionsAndConditions property.
For example, to add a new item, do as follows:
getAudienceRestrictionConditionsAndDoNotCacheConditionsAndConditions().add(newItem);
Objects of the following type(s) are allowed in the list
AudienceRestrictionCondition
ConditionAbstractType
DoNotCacheCondition
public org.joda.time.DateTime getNotBefore()
Stringpublic void setNotBefore(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getNotOnOrAfter()
Stringpublic void setNotOnOrAfter(org.joda.time.DateTime value)
value - allowed object is
String
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.