Package com.foursoft.harness.vec.v113
Class VecBuildingBlockPositioning3D
java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecConfigurableElement
com.foursoft.harness.vec.v113.VecBuildingBlockPositioning3D
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,Visitable,Serializable
public class VecBuildingBlockPositioning3D
extends VecConfigurableElement
implements Serializable, Visitable
Defines the position of a BuildingBlock3D in the HarnessGeometry.
Java class for BuildingBlockPositioning3D complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BuildingBlockPositioning3D">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}ConfigurableElement">
<sequence>
<element name="Referenced3DBuildingBlock" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
<element name="Positioning" type="{http://www.prostep.org/ecad-if/2011/vec}Transformation3D" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecTransformation3DSpecifies the positioning of the building block in the harness geometry.protected VecBuildingBlockSpecification3DReferences the building block that is positioned.Fields inherited from class com.foursoft.harness.vec.v113.VecConfigurableElement
configInfoFields inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
customProperties, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets a reference to the parent of this object in the XML DOM Tree.Gets the value of the positioning property.Gets the value of the referenced3DBuildingBlock property.voidSets the value of the positioning property.voidSets the value of the referenced3DBuildingBlock property.Methods inherited from class com.foursoft.harness.vec.v113.VecConfigurableElement
getConfigInfo, setConfigInfoMethods inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
getCustomProperties, getRefExternalMapping, getXmlId, setXmlId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.foursoft.harness.vec.common.HasCustomProperties
getCustomPropertiesWithType, getCustomProperty
-
Field Details
-
referenced3DBuildingBlock
References the building block that is positioned.
-
positioning
Specifies the positioning of the building block in the harness geometry.
-
-
Constructor Details
-
VecBuildingBlockPositioning3D
public VecBuildingBlockPositioning3D()
-
-
Method Details
-
getReferenced3DBuildingBlock
Gets the value of the referenced3DBuildingBlock property.References the building block that is positioned.
- Returns:
- possible object is
Object
-
setReferenced3DBuildingBlock
Sets the value of the referenced3DBuildingBlock property.- Parameters:
value- allowed object isObject- See Also:
-
getPositioning
Gets the value of the positioning property.Specifies the positioning of the building block in the harness geometry.
- Returns:
- possible object is
VecTransformation3D
-
setPositioning
Sets the value of the positioning property.- Parameters:
value- allowed object isVecTransformation3D- See Also:
-
getParentHarnessGeometrySpecification3D
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 aVecHarnessGeometrySpecification3Dotherwise 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
-