public class CutBlock extends ParameterType implements Serializable
Java class for CutBlock complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CutBlock">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="BlockSubdivision" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="AssemblyIDs" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="BlockType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BlockElementSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="CutWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="BlockSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="BlockTrf" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
<attribute name="BlockElementType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
assemblyIDs |
protected List<Double> |
blockElementSizes |
protected String |
blockElementType |
protected List<Double> |
blockSizes |
protected List<Double> |
blockSubdivisions |
protected List<Double> |
blockTrves |
protected String |
blockType |
protected Double |
cutWidth |
| Constructor and Description |
|---|
CutBlock() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
List<Double> |
getBlockElementSizes()
Gets the value of the blockElementSizes property.
|
String |
getBlockElementType()
Gets the value of the blockElementType property.
|
List<Double> |
getBlockSizes()
Gets the value of the blockSizes property.
|
List<Double> |
getBlockSubdivisions()
Gets the value of the blockSubdivisions property.
|
List<Double> |
getBlockTrves()
Gets the value of the blockTrves property.
|
String |
getBlockType()
Gets the value of the blockType property.
|
Double |
getCutWidth()
Gets the value of the cutWidth property.
|
void |
setBlockElementType(String value)
Sets the value of the blockElementType property.
|
void |
setBlockType(String value)
Sets the value of the blockType property.
|
void |
setCutWidth(Double value)
Sets the value of the cutWidth property.
|
protected String blockType
protected Double cutWidth
protected String blockElementType
public List<Double> getBlockSubdivisions()
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 blockSubdivisions property.
For example, to add a new item, do as follows:
getBlockSubdivisions().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public 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
public String getBlockType()
Stringpublic void setBlockType(String value)
value - allowed object is
Stringpublic List<Double> getBlockElementSizes()
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 blockElementSizes property.
For example, to add a new item, do as follows:
getBlockElementSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public Double getCutWidth()
Doublepublic void setCutWidth(Double value)
value - allowed object is
Doublepublic List<Double> getBlockSizes()
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 blockSizes property.
For example, to add a new item, do as follows:
getBlockSizes().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getBlockTrves()
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 blockTrves property.
For example, to add a new item, do as follows:
getBlockTrves().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public String getBlockElementType()
StringCopyright © 2012. All Rights Reserved.