fr.etai.xat2v2.obj
Class Duration

java.lang.Object
  extended by fr.etai.xat2v2.obj.Duration
All Implemented Interfaces:
Serializable

public class Duration
extends Object
implements Serializable

Duration date a validity.

Java class for CalculatingType complex type.

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

 <complexType name="DurationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="date-list" type="{http://xat2.etai.fr}DateListType" minOccurs="0"/>
         <element name="classification" type="{http://xat2.etai.fr}ClassificationType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Duration()
           
 
Method Summary
 void addDate(ExplicitDate date)
           
 Classification getClassification()
          Gets the value of the classification property.
 List<ExplicitDate> getDateList()
          Gets the value of the dateList property.
 void setClassification(Classification value)
          Sets the value of the classification property.
 void setDateList(List<ExplicitDate> value)
          Sets the value of the dateList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Duration

public Duration()
Method Detail

getDateList

public List<ExplicitDate> getDateList()
Gets the value of the dateList property.

Returns:
possible object is DateListType

setDateList

public void setDateList(List<ExplicitDate> value)
Sets the value of the dateList property.

Parameters:
value - allowed object is DateListType

addDate

public void addDate(ExplicitDate date)

getClassification

public Classification getClassification()
Gets the value of the classification property.

Returns:
possible object is Classification

setClassification

public void setClassification(Classification value)
Sets the value of the classification property.

Parameters:
value - allowed object is Classification


Copyright © 2012. All Rights Reserved.