fr.etai.xat2v2.obj
Class Delivery

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

public class Delivery
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Delivery

public Delivery()
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

getDate

public ExplicitDate getDate()
Gets the value of the date property.

Returns:
possible object is ExplicitDate

setDate

public void setDate(ExplicitDate value)
Sets the value of the date property.

Parameters:
value - allowed object is ExplicitDate

getCarriage

public Carriage getCarriage()
Gets the value of the carriage property.

Returns:
possible object is Carriage

setCarriage

public void setCarriage(Carriage value)
Sets the value of the carriage property.

Parameters:
value - allowed object is Carriage


Copyright © 2012. All Rights Reserved.