|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Stock
public class Stock
Stock represent a stock of a part
Java class for StockType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StockType"> <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="place" type="{http://xat2.etai.fr}PlaceType" minOccurs="0"/> <element name="value-list" type="{http://xat2.etai.fr}ValueListType" minOccurs="0"/> <element name="availability" type="{http://xat2.etai.fr}AvailabilityType" minOccurs="0"/> </sequence> <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="person-internal-id" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Stock()
|
Method Summary | |
---|---|
void |
addBreakdown(Classification breakdown)
|
void |
addValue(Value value)
|
void |
beforeMarshal(Marshaller m)
|
Availability |
getAvailability()
Gets the value of the place property. |
List<Classification> |
getBreakdownList()
Gets the value of the breakdownList property. |
Person |
getPersonInternalId()
Gets the value of the personInternalId property. |
Place |
getPlace()
Gets the value of the place property. |
String |
getSource()
Gets the value of the source property. |
List<Value> |
getValueList()
Gets the value of the valueList property. |
void |
setAvailability(Availability value)
Sets the value of the availability 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 |
setPlace(Place value)
Sets the value of the place property. |
void |
setSource(String value)
Sets the value of the source property. |
void |
setValueList(List<Value> value)
Sets the value of the valueList property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Stock()
Method Detail |
---|
public List<Classification> getBreakdownList()
ClassificationListType
public void setBreakdownList(List<Classification> value)
value
- allowed object is
ClassificationListType
public void addBreakdown(Classification breakdown)
public Place getPlace()
Place
public void setPlace(Place value)
value
- allowed object is
Place
public List<Value> getValueList()
ValueListType
public void setValueList(List<Value> value)
value
- allowed object is
ValueListType
public void addValue(Value value)
public Availability getAvailability()
Place
public void setAvailability(Availability value)
value
- allowed object is
Availability
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
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 |