public class Station extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ShapeDef" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="StationName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="StationAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="AssemblyIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
assemblyIDs |
protected List<ShapeDef> |
shapeDeves |
protected Integer |
stationAmount |
protected String |
stationName |
| Constructor and Description |
|---|
Station() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
List<ShapeDef> |
getShapeDeves()
Gets the value of the shapeDeves property.
|
Integer |
getStationAmount()
Gets the value of the stationAmount property.
|
String |
getStationName()
Gets the value of the stationName property.
|
void |
setStationAmount(Integer value)
Sets the value of the stationAmount property.
|
void |
setStationName(String value)
Sets the value of the stationName property.
|
public List<ShapeDef> getShapeDeves()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the shapeDeves property.
For example, to add a new item, do as follows:
getShapeDeves().add(newItem);
Objects of the following type(s) are allowed in the list
ShapeDef
public String getStationName()
Stringpublic void setStationName(String value)
value - allowed object is
Stringpublic Integer getStationAmount()
Integerpublic void setStationAmount(Integer value)
value - allowed object is
Integerpublic List<String> getAssemblyIDs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the assemblyIDs property.
For example, to add a new item, do as follows:
getAssemblyIDs().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.