public class CutBlock extends ParameterType implements java.io.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 java.util.List<java.lang.String> |
assemblyIDs |
protected java.util.List<java.lang.Double> |
blockElementSizes |
protected java.lang.String |
blockElementType |
protected java.util.List<java.lang.Double> |
blockSizes |
protected java.util.List<java.lang.Double> |
blockSubdivisions |
protected java.util.List<java.lang.Double> |
blockTrves |
protected java.lang.String |
blockType |
protected java.lang.Double |
cutWidth |
| Constructor and Description |
|---|
CutBlock() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAssemblyIDs()
Gets the value of the assemblyIDs property.
|
java.util.List<java.lang.Double> |
getBlockElementSizes()
Gets the value of the blockElementSizes property.
|
java.lang.String |
getBlockElementType()
Gets the value of the blockElementType property.
|
java.util.List<java.lang.Double> |
getBlockSizes()
Gets the value of the blockSizes property.
|
java.util.List<java.lang.Double> |
getBlockSubdivisions()
Gets the value of the blockSubdivisions property.
|
java.util.List<java.lang.Double> |
getBlockTrves()
Gets the value of the blockTrves property.
|
java.lang.String |
getBlockType()
Gets the value of the blockType property.
|
java.lang.Double |
getCutWidth()
Gets the value of the cutWidth property.
|
void |
setBlockElementType(java.lang.String value)
Sets the value of the blockElementType property.
|
void |
setBlockType(java.lang.String value)
Sets the value of the blockType property.
|
void |
setCutWidth(java.lang.Double value)
Sets the value of the cutWidth property.
|
protected java.util.List<java.lang.Double> blockSubdivisions
protected java.util.List<java.lang.String> assemblyIDs
protected java.lang.String blockType
protected java.util.List<java.lang.Double> blockElementSizes
protected java.lang.Double cutWidth
protected java.util.List<java.lang.Double> blockSizes
protected java.util.List<java.lang.Double> blockTrves
protected java.lang.String blockElementType
public java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.String getBlockType()
Stringpublic void setBlockType(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.Double getCutWidth()
Doublepublic void setCutWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.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 java.util.List<java.lang.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 java.lang.String getBlockElementType()
Stringpublic void setBlockElementType(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.