|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Carriage
public class Carriage
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>
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 |
---|
public Carriage()
Method Detail |
---|
public List<Classification> getBreakdownList()
ClassificationListType
public void setBreakdownList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addBreakdown(Classification breakdown)
public Price getPrice()
PriceType
public void setPrice(Price value)
value
- allowed object is
PriceType
public Person getPersonInternalId()
Object
public void setPersonInternalId(Person value)
value
- allowed object is
Object
public void beforeMarshal(Marshaller m)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |