org.jboss.identity.federation.saml.v2.assertion
Class ConditionsType

java.lang.Object
  extended by org.jboss.identity.federation.saml.v2.assertion.ConditionsType

public class ConditionsType
extends java.lang.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" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
       <attribute name="NotOnOrAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<ConditionAbstractType> conditionOrAudienceRestrictionOrOneTimeUse
           
protected  javax.xml.datatype.XMLGregorianCalendar notBefore
           
protected  javax.xml.datatype.XMLGregorianCalendar notOnOrAfter
           
 
Constructor Summary
ConditionsType()
           
 
Method Summary
 java.util.List<ConditionAbstractType> getConditionOrAudienceRestrictionOrOneTimeUse()
          Gets the value of the conditionOrAudienceRestrictionOrOneTimeUse property.
 javax.xml.datatype.XMLGregorianCalendar getNotBefore()
          Gets the value of the notBefore property.
 javax.xml.datatype.XMLGregorianCalendar getNotOnOrAfter()
          Gets the value of the notOnOrAfter property.
 void setNotBefore(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the notBefore property.
 void setNotOnOrAfter(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the notOnOrAfter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conditionOrAudienceRestrictionOrOneTimeUse

protected java.util.List<ConditionAbstractType> conditionOrAudienceRestrictionOrOneTimeUse

notBefore

protected javax.xml.datatype.XMLGregorianCalendar notBefore

notOnOrAfter

protected javax.xml.datatype.XMLGregorianCalendar notOnOrAfter
Constructor Detail

ConditionsType

public ConditionsType()
Method Detail

getConditionOrAudienceRestrictionOrOneTimeUse

public java.util.List<ConditionAbstractType> getConditionOrAudienceRestrictionOrOneTimeUse()
Gets 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 JAXB object. This is why there is not a set method 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 AudienceRestrictionType ProxyRestrictionType ConditionAbstractType OneTimeUseType


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 is XMLGregorianCalendar

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 is XMLGregorianCalendar


Copyright © 2009 JBoss Inc.. All Rights Reserved.