|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Duration
public class Duration
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>
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 |
---|
public Duration()
Method Detail |
---|
public List<ExplicitDate> getDateList()
DateListType
public void setDateList(List<ExplicitDate> value)
value
- allowed object is
DateListType
public void addDate(ExplicitDate date)
public Classification getClassification()
Classification
public void setClassification(Classification value)
value
- allowed object is
Classification
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |