public class CutMark extends ParameterType implements Serializable
Java class for CutMark complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CutMark">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Assembly" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Blocks" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="MarkType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Assembly> |
assemblies |
protected List<String> |
blocks |
protected String |
markType |
protected List<Double> |
positions |
| Constructor and Description |
|---|
CutMark() |
| Modifier and Type | Method and Description |
|---|---|
List<Assembly> |
getAssemblies()
Gets the value of the assemblies property.
|
List<String> |
getBlocks()
Gets the value of the blocks property.
|
String |
getMarkType()
Gets the value of the markType property.
|
List<Double> |
getPositions()
Gets the value of the positions property.
|
void |
setMarkType(String value)
Sets the value of the markType property.
|
protected String markType
public List<Assembly> getAssemblies()
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 assemblies property.
For example, to add a new item, do as follows:
getAssemblies().add(newItem);
Objects of the following type(s) are allowed in the list
Assembly
public List<Double> getPositions()
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 positions property.
For example, to add a new item, do as follows:
getPositions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<String> getBlocks()
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 blocks property.
For example, to add a new item, do as follows:
getBlocks().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getMarkType()
StringCopyright © 2012. All Rights Reserved.