public class ConditionsType extends Object
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:2.0:assertion}Condition"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}AudienceRestriction"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}OneTimeUse"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}ProxyRestriction"/>
</choice>
<attribute name="NotBefore" use="required" type="{http://www.rsa.com/names/2010/04/std-prof/SAML2.0}UTCTime" />
<attribute name="NotOnOrAfter" use="required" type="{http://www.rsa.com/names/2010/04/std-prof/SAML2.0}UTCTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ConditionAbstractType> |
conditionOrAudienceRestrictionOrOneTimeUseOrProxyRestriction |
protected XMLGregorianCalendar |
notBefore |
protected XMLGregorianCalendar |
notOnOrAfter |
| Constructor and Description |
|---|
ConditionsType() |
| Modifier and Type | Method and Description |
|---|---|
List<ConditionAbstractType> |
getConditionOrAudienceRestrictionOrOneTimeUseOrProxyRestriction()
Gets the value of the conditionOrAudienceRestrictionOrProxyRestriction property.
|
XMLGregorianCalendar |
getNotBefore()
Gets the value of the notBefore property.
|
XMLGregorianCalendar |
getNotOnOrAfter()
Gets the value of the notOnOrAfter property.
|
void |
setNotBefore(XMLGregorianCalendar value)
Sets the value of the notBefore property.
|
void |
setNotOnOrAfter(XMLGregorianCalendar value)
Sets the value of the notOnOrAfter property.
|
protected List<ConditionAbstractType> conditionOrAudienceRestrictionOrOneTimeUseOrProxyRestriction
protected XMLGregorianCalendar notBefore
protected XMLGregorianCalendar notOnOrAfter
public List<ConditionAbstractType> getConditionOrAudienceRestrictionOrOneTimeUseOrProxyRestriction()
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 conditionOrAudienceRestrictionOrOneTimeUseOrProxyRestriction property.
For example, to add a new item, do as follows:
getConditionOrAudienceRestrictionOrOneTimeUseOrProxyRestriction().add(newItem);
Objects of the following type(s) are allowed in the list
ConditionAbstractType
AudienceRestrictionType
OneTimeUseType
ProxyRestrictionType
public XMLGregorianCalendar getNotBefore()
XMLGregorianCalendarpublic void setNotBefore(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getNotOnOrAfter()
XMLGregorianCalendarpublic void setNotOnOrAfter(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.