public class CutMark extends ParameterType implements java.io.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 java.util.List<Assembly> |
assemblies |
protected java.util.List<java.lang.String> |
blocks |
protected java.lang.String |
markType |
protected java.util.List<java.lang.Double> |
positions |
| Constructor and Description |
|---|
CutMark() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Assembly> |
getAssemblies()
Gets the value of the assemblies property.
|
java.util.List<java.lang.String> |
getBlocks()
Gets the value of the blocks property.
|
java.lang.String |
getMarkType()
Gets the value of the markType property.
|
java.util.List<java.lang.Double> |
getPositions()
Gets the value of the positions property.
|
void |
setMarkType(java.lang.String value)
Sets the value of the markType property.
|
protected java.util.List<Assembly> assemblies
protected java.util.List<java.lang.Double> positions
protected java.util.List<java.lang.String> blocks
protected java.lang.String markType
public java.util.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 java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.String getMarkType()
Stringpublic void setMarkType(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.