Class ConditionsType
java.lang.Object
eu.europa.esig.saml.jaxb.assertion.ConditionsType
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" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 - 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<ConditionAbstractType> protected XMLGregorianCalendarprotected XMLGregorianCalendar
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the conditionOrAudienceRestrictionOrOneTimeUse property.Gets the value of the notBefore property.Gets the value of the notOnOrAfter property.voidsetNotBefore(XMLGregorianCalendar value) Sets the value of the notBefore property.voidSets the value of the notOnOrAfter property.
- 
Field Details- 
conditionOrAudienceRestrictionOrOneTimeUse
- 
notBefore
- 
notOnOrAfter
 
- 
- 
Constructor Details- 
ConditionsTypepublic ConditionsType()
 
- 
- 
Method Details- 
getConditionOrAudienceRestrictionOrOneTimeUseGets the value of the conditionOrAudienceRestrictionOrOneTimeUse property.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 Jakarta XML Binding object. This is why there is not a setmethod for the conditionOrAudienceRestrictionOrOneTimeUse property.For example, to add a new item, do as follows: getConditionOrAudienceRestrictionOrOneTimeUse().add(newItem);Objects of the following type(s) are allowed in the list AudienceRestrictionTypeConditionAbstractTypeOneTimeUseTypeProxyRestrictionType
- 
getNotBeforeGets the value of the notBefore property.- Returns:
- possible object is
     XMLGregorianCalendar
 
- 
setNotBeforeSets the value of the notBefore property.- Parameters:
- value- allowed object is- XMLGregorianCalendar
 
- 
getNotOnOrAfterGets the value of the notOnOrAfter property.- Returns:
- possible object is
     XMLGregorianCalendar
 
- 
setNotOnOrAfterSets the value of the notOnOrAfter property.- Parameters:
- value- allowed object is- XMLGregorianCalendar
 
 
-