fr.etai.xat2v2.obj
Class Carriage

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

public class Carriage
extends Object
implements Serializable

Carriage describes how a Part is transported, how much it costs and to whom Person.

Java class for CarriageType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CarriageType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="breakdown-list" type="{http://xat2.etai.fr}ClassificationListType" minOccurs="0"/>
         <element name="price" type="{http://xat2.etai.fr}PriceType" minOccurs="0"/>
       </sequence>
       <attribute name="person-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Carriage()
           
 
Method Summary
 void addBreakdown(Classification breakdown)
           
 void beforeMarshal(Marshaller m)
           
 List<Classification> getBreakdownList()
          Gets the value of the breakdownList property.
 Person getPersonInternalId()
          Gets the value of the personInternalId property.
 Price getPrice()
          Gets the value of the price property.
 void setBreakdownList(List<Classification> value)
          Sets the value of the breakdownList property.
 void setPersonInternalId(Person value)
          Sets the value of the personInternalId property.
 void setPrice(Price value)
          Sets the value of the price property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Carriage

public Carriage()
Method Detail

getBreakdownList

public List<Classification> getBreakdownList()
Gets the value of the breakdownList property.

Returns:
possible object is ClassificationListType

setBreakdownList

public void setBreakdownList(List<Classification> value)
Sets the value of the breakdownList property.

Parameters:
value - allowed object is ClassificationListType

addBreakdown

public void addBreakdown(Classification breakdown)

getPrice

public Price getPrice()
Gets the value of the price property.

Returns:
possible object is PriceType

setPrice

public void setPrice(Price value)
Sets the value of the price property.

Parameters:
value - allowed object is PriceType

getPersonInternalId

public Person getPersonInternalId()
Gets the value of the personInternalId property.

Returns:
possible object is Object

setPersonInternalId

public void setPersonInternalId(Person value)
Sets the value of the personInternalId property.

Parameters:
value - allowed object is Object

beforeMarshal

public void beforeMarshal(Marshaller m)


Copyright © 2012. All Rights Reserved.