|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Delivery
public class Delivery
Delivery indicates how to deliver a part.
Java class for AvailabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeliverType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{http://xat2.etai.fr}LabelType" minOccurs="0"/>
<element name="date" type="{http://xat2.etai.fr}ExplicitDateType" minOccurs="0"/>
<element name="carriage" type="{http://xat2.etai.fr}CarriageType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Delivery()
|
|
| Method Summary | |
|---|---|
Carriage |
getCarriage()
Gets the value of the carriage property. |
ExplicitDate |
getDate()
Gets the value of the date property. |
Label |
getLabel()
Gets the value of the label property. |
void |
setCarriage(Carriage value)
Sets the value of the carriage property. |
void |
setDate(ExplicitDate value)
Sets the value of the date property. |
void |
setLabel(Label value)
Sets the value of the label property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Delivery()
| Method Detail |
|---|
public Label getLabel()
Labelpublic void setLabel(Label value)
value - allowed object is
Labelpublic ExplicitDate getDate()
ExplicitDatepublic void setDate(ExplicitDate value)
value - allowed object is
ExplicitDatepublic Carriage getCarriage()
Carriagepublic void setCarriage(Carriage value)
value - allowed object is
Carriage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||