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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Assembly" maxOccurs="unbounded" minOccurs="0"/>
</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> |
assembly |
protected List<String> |
blocks |
protected String |
markType |
protected XYPair |
position |
| Constructor and Description |
|---|
CutMark() |
| Modifier and Type | Method and Description |
|---|---|
List<Assembly> |
getAssembly()
Gets the value of the assembly property.
|
List<String> |
getBlocks()
Gets the value of the blocks property.
|
String |
getMarkType()
Gets the value of the markType property.
|
XYPair |
getPosition()
Gets the value of the position property.
|
void |
setMarkType(String value)
Sets the value of the markType property.
|
void |
setPosition(XYPair value)
Sets the value of the position property.
|
public List<Assembly> getAssembly()
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 assembly property.
For example, to add a new item, do as follows:
getAssembly().add(newItem);
Objects of the following type(s) are allowed in the list
Assembly
public XYPair getPosition()
Stringpublic void setPosition(XYPair value)
value - allowed object is
Stringpublic 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 © 2013. All Rights Reserved.