at.gv.zustellung.zusemsg.xsd.saml
Class ConditionsType

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.saml.ConditionsType

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:1.0:assertion}AudienceRestrictionCondition"/>
         <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 Summary
ConditionsType()
           
 
Method Summary
 List<ConditionAbstractType> getAudienceRestrictionConditionOrCondition()
          Gets the value of the audienceRestrictionConditionOrCondition 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionsType

public ConditionsType()
Method Detail

getAudienceRestrictionConditionOrCondition

public List<ConditionAbstractType> getAudienceRestrictionConditionOrCondition()
Gets the value of the audienceRestrictionConditionOrCondition 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 set method for the audienceRestrictionConditionOrCondition property.

For example, to add a new item, do as follows:

    getAudienceRestrictionConditionOrCondition().add(newItem);
 

Objects of the following type(s) are allowed in the list ConditionAbstractType AudienceRestrictionConditionType


getNotBefore

public XMLGregorianCalendar getNotBefore()
Gets the value of the notBefore property.

Returns:
possible object is XMLGregorianCalendar

setNotBefore

public void setNotBefore(XMLGregorianCalendar value)
Sets the value of the notBefore property.

Parameters:
value - allowed object is XMLGregorianCalendar

getNotOnOrAfter

public XMLGregorianCalendar getNotOnOrAfter()
Gets the value of the notOnOrAfter property.

Returns:
possible object is XMLGregorianCalendar

setNotOnOrAfter

public void setNotOnOrAfter(XMLGregorianCalendar value)
Sets the value of the notOnOrAfter property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.