fr.etai.xat2v2.obj
Class Stock

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

public class Stock
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Stock

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

getPlace

public Place getPlace()
Gets the value of the place property.

Returns:
possible object is Place

setPlace

public void setPlace(Place value)
Sets the value of the place property.

Parameters:
value - allowed object is Place

getValueList

public List<Value> getValueList()
Gets the value of the valueList property.

Returns:
possible object is ValueListType

setValueList

public void setValueList(List<Value> value)
Sets the value of the valueList property.

Parameters:
value - allowed object is ValueListType

addValue

public void addValue(Value value)

getAvailability

public Availability getAvailability()
Gets the value of the place property.

Returns:
possible object is Place

setAvailability

public void setAvailability(Availability value)
Sets the value of the availability property.

Parameters:
value - allowed object is Availability

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

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.