|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.obj.Availability
public class Availability
Availability indicates availability of a part and its stocks.
Java class for AvailabilityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AvailabilityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{http://xat2.etai.fr}LabelType" minOccurs="0"/>
<element name="delivery-list" type="{http://xat2.etai.fr}DeliveryListType" minOccurs="0"/>
<element name="duration" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Availability()
|
|
| Method Summary | |
|---|---|
void |
addDelivery(Delivery delivery)
|
void |
addDuration(Classification cl)
|
List<Delivery> |
getDeliveryList()
Gets the value of the deliveryList property. |
List<Classification> |
getDuration()
Gets the value of the duration property. |
Label |
getLabel()
Gets the value of the label property. |
void |
setDeliveryList(List<Delivery> value)
Sets the value of the deliveryList property. |
void |
setDuration(List<Classification> value)
Sets the value of the duration 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 Availability()
| Method Detail |
|---|
public Label getLabel()
Labelpublic void setLabel(Label value)
value - allowed object is
Labelpublic List<Delivery> getDeliveryList()
DeliveryListType public void setDeliveryList(List<Delivery> value)
value - allowed object is
DeliveryListType public void addDelivery(Delivery delivery)
public List<Classification> getDuration()
ClassificationListType public void setDuration(List<Classification> value)
value - allowed object is
ClassificationListType public void addDuration(Classification cl)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||