Class ConditionsType
- java.lang.Object
-
- org.certificateservices.messages.saml1_1.assertions.jaxb.ConditionsType
-
public class ConditionsType extends java.lang.ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ConditionAbstractType>audienceRestrictionConditionOrDoNotCacheConditionOrConditionprotected javax.xml.datatype.XMLGregorianCalendarnotBeforeprotected javax.xml.datatype.XMLGregorianCalendarnotOnOrAfter
-
Constructor Summary
Constructors Constructor Description ConditionsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ConditionAbstractType>getAudienceRestrictionConditionOrDoNotCacheConditionOrCondition()Gets the value of the audienceRestrictionConditionOrDoNotCacheConditionOrCondition property.javax.xml.datatype.XMLGregorianCalendargetNotBefore()Gets the value of the notBefore property.javax.xml.datatype.XMLGregorianCalendargetNotOnOrAfter()Gets the value of the notOnOrAfter property.voidsetNotBefore(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the notBefore property.voidsetNotOnOrAfter(javax.xml.datatype.XMLGregorianCalendar value)Sets the value of the notOnOrAfter property.
-
-
-
Field Detail
-
audienceRestrictionConditionOrDoNotCacheConditionOrCondition
protected java.util.List<ConditionAbstractType> audienceRestrictionConditionOrDoNotCacheConditionOrCondition
-
notBefore
protected javax.xml.datatype.XMLGregorianCalendar notBefore
-
notOnOrAfter
protected javax.xml.datatype.XMLGregorianCalendar notOnOrAfter
-
-
Method Detail
-
getAudienceRestrictionConditionOrDoNotCacheConditionOrCondition
public java.util.List<ConditionAbstractType> getAudienceRestrictionConditionOrDoNotCacheConditionOrCondition()
Gets the value of the audienceRestrictionConditionOrDoNotCacheConditionOrCondition 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 JAXB object. This is why there is not a
setmethod for the audienceRestrictionConditionOrDoNotCacheConditionOrCondition property.For example, to add a new item, do as follows:
getAudienceRestrictionConditionOrDoNotCacheConditionOrCondition().add(newItem);Objects of the following type(s) are allowed in the list
AudienceRestrictionConditionTypeDoNotCacheConditionTypeConditionAbstractType
-
getNotBefore
public javax.xml.datatype.XMLGregorianCalendar getNotBefore()
Gets the value of the notBefore property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNotBefore
public void setNotBefore(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the notBefore property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getNotOnOrAfter
public javax.xml.datatype.XMLGregorianCalendar getNotOnOrAfter()
Gets the value of the notOnOrAfter property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNotOnOrAfter
public void setNotOnOrAfter(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the notOnOrAfter property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-