java.lang.Object
com.foursoft.harness.vec.v113.VecSlotLayout
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
public class VecSlotLayout
extends Object
implements Serializable, Identifiable, ModifiableIdentifiable, Visitable
For regularly laid out slots the slot layout describes the positions of the cavities
Java class for SlotLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SlotLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GridX" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="GridY" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="RowCount" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecNumericalValueThe horizontal distance between the center points of two cavities.protected VecNumericalValueThe vertical distance between the center points of two cavities.protected BigIntegerThe number of cavity rows of the slot.protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RgetGridX()Gets the value of the gridX property.getGridY()Gets the value of the gridY property.Gets a reference to the parent of this object in the XML DOM Tree.Gets the value of the rowCount property.getXmlId()Gets the value of the xmlId property.voidsetGridX(VecNumericalValue value) Sets the value of the gridX property.voidsetGridY(VecNumericalValue value) Sets the value of the gridY property.voidsetRowCount(BigInteger value) Sets the value of the rowCount property.voidSets the value of the xmlId property.toString()
-
Field Details
-
gridX
The horizontal distance between the center points of two cavities.
-
gridY
The vertical distance between the center points of two cavities.
-
rowCount
The number of cavity rows of the slot.
-
xmlId
-
-
Constructor Details
-
VecSlotLayout
public VecSlotLayout()
-
-
Method Details
-
getGridX
Gets the value of the gridX property.The horizontal distance between the center points of two cavities.
- Returns:
- possible object is
VecNumericalValue
-
setGridX
Sets the value of the gridX property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getGridY
Gets the value of the gridY property.The vertical distance between the center points of two cavities.
- Returns:
- possible object is
VecNumericalValue
-
setGridY
Sets the value of the gridY property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getRowCount
Gets the value of the rowCount property.The number of cavity rows of the slot.
- Returns:
- possible object is
BigInteger
-
setRowCount
Sets the value of the rowCount property.- Parameters:
value- allowed object isBigInteger- See Also:
-
getXmlId
Gets the value of the xmlId property.- Specified by:
getXmlIdin interfaceIdentifiable- Returns:
- possible object is
String
-
setXmlId
Sets the value of the xmlId property.- Specified by:
setXmlIdin interfaceModifiableIdentifiable- Parameters:
value- allowed object isString
-
getParentSlotSpecification
Gets a reference to the parent of this object in the XML DOM Tree. If this class can have different parents in DOM, this property is initialized with the parent, if the parent is aVecSlotSpecificationotherwise it will be null.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
This property has no effect when the object is marshalled to xml. -
accept
-
toString
-