org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy
Class ValidityType

java.lang.Object
  extended by org.openxdm.xcap.client.appusage.presrules.jaxb.commonpolicy.ValidityType

public class ValidityType
extends java.lang.Object

Java class for validityType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="validityType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element name="from" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="until" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar>> fromAndUntil
           
 
Constructor Summary
ValidityType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar>> getFromAndUntil()
          Gets the value of the fromAndUntil property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fromAndUntil

protected java.util.List<javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar>> fromAndUntil
Constructor Detail

ValidityType

public ValidityType()
Method Detail

getFromAndUntil

public java.util.List<javax.xml.bind.JAXBElement<javax.xml.datatype.XMLGregorianCalendar>> getFromAndUntil()
Gets the value of the fromAndUntil 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 fromAndUntil property.

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

    getFromAndUntil().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<XMLGregorianCalendar> JAXBElement<XMLGregorianCalendar>



Copyright © 2011. All Rights Reserved.