fr.etai.xat2v2.obj
Class Availability

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

public class Availability
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Availability

public Availability()
Method Detail

getLabel

public Label getLabel()
Gets the value of the label property.

Returns:
possible object is Label

setLabel

public void setLabel(Label value)
Sets the value of the label property.

Parameters:
value - allowed object is Label

getDeliveryList

public List<Delivery> getDeliveryList()
Gets the value of the deliveryList property.

Returns:
possible object is DeliveryListType

setDeliveryList

public void setDeliveryList(List<Delivery> value)
Sets the value of the deliveryList property.

Parameters:
value - allowed object is DeliveryListType

addDelivery

public void addDelivery(Delivery delivery)

getDuration

public List<Classification> getDuration()
Gets the value of the duration property.

Returns:
possible object is ClassificationListType

setDuration

public void setDuration(List<Classification> value)
Sets the value of the duration property.

Parameters:
value - allowed object is ClassificationListType

addDuration

public void addDuration(Classification cl)


Copyright © 2012. All Rights Reserved.