Class VecGeneralTechnicalPartSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
Specification for the definition of common properties for technical parts.
Java class for GeneralTechnicalPartSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralTechnicalPartSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}PartOrUsageRelatedSpecification">
<sequence>
<element name="ColorInformation" type="{http://www.prostep.org/ecad-if/2011/vec}Color" maxOccurs="unbounded" minOccurs="0"/>
<element name="MassInformation" type="{http://www.prostep.org/ecad-if/2011/vec}MassInformation" maxOccurs="unbounded" minOccurs="0"/>
<element name="MaterialInformation" type="{http://www.prostep.org/ecad-if/2011/vec}Material" maxOccurs="unbounded" minOccurs="0"/>
<element name="RobustnessProperties" type="{http://www.prostep.org/ecad-if/2011/vec}RobustnessProperties" maxOccurs="unbounded" minOccurs="0"/>
<element name="TemperatureInformation" type="{http://www.prostep.org/ecad-if/2011/vec}TemperatureInformation" maxOccurs="unbounded" minOccurs="0"/>
<element name="BoundingBox" type="{http://www.prostep.org/ecad-if/2011/vec}BoundingBox" minOccurs="0"/>
<element name="PartRelation" type="{http://www.prostep.org/ecad-if/2011/vec}PartRelation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecBoundingBoxSpecifies the color of the part.protected List<VecMassInformation>Specifies the mass of the part.protected List<VecMaterial>Specifies the material of a part.protected List<VecPartRelation>protected List<VecRobustnessProperties>Specifies the robustness of a part.protected List<VecTemperatureInformation>Specifies valid temperatures for a part.Fields inherited from class com.foursoft.harness.vec.v113.VecPartOrUsageRelatedSpecification
describedPart, specialPartTypeFields inherited from class com.foursoft.harness.vec.v113.VecSpecification
descriptions, identificationFields inherited from class com.foursoft.harness.vec.v113.VecExtendableElement
customProperties, xmlId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the boundingBox property.Gets the value of the colorInformations property.Gets the value of the massInformations property.Gets the value of the materialInformations property.Gets the value of the partRelations property.Gets the value of the robustnessProperties property.Gets the value of the temperatureInformations property.voidsetBoundingBox(VecBoundingBox value) Sets the value of the boundingBox property.Methods inherited from class com.foursoft.harness.vec.v113.VecPartOrUsageRelatedSpecification
getDescribedPart, getRefPartUsage, getRefSpecificRole, getSpecialPartType, setSpecialPartTypeMethods inherited from class com.foursoft.harness.vec.v113.VecSpecification
getDescriptions, getIdentification, getParentDocumentVersion, getParentSheetOrChapter, setIdentificationMethods 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
-
colorInformations
Specifies the color of the part.
-
massInformations
Specifies the mass of the part.
-
materialInformations
Specifies the material of a part.
-
robustnessProperties
Specifies the robustness of a part.
-
temperatureInformations
Specifies valid temperatures for a part.
-
boundingBox
-
partRelations
-
-
Constructor Details
-
VecGeneralTechnicalPartSpecification
public VecGeneralTechnicalPartSpecification()
-
-
Method Details
-
getColorInformations
Gets the value of the colorInformations property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the colorInformations property.For example, to add a new item, do as follows:
getColorInformations().add(newItem);Objects of the following type(s) are allowed in the list
VecColorSpecifies the color of the part.
- Returns:
- The value of the colorInformations property.
-
getMassInformations
Gets the value of the massInformations property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the massInformations property.For example, to add a new item, do as follows:
getMassInformations().add(newItem);Objects of the following type(s) are allowed in the list
VecMassInformationSpecifies the mass of the part.
- Returns:
- The value of the massInformations property.
-
getMaterialInformations
Gets the value of the materialInformations property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the materialInformations property.For example, to add a new item, do as follows:
getMaterialInformations().add(newItem);Objects of the following type(s) are allowed in the list
VecMaterialSpecifies the material of a part.
- Returns:
- The value of the materialInformations property.
-
getRobustnessProperties
Gets the value of the robustnessProperties property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the robustnessProperties property.For example, to add a new item, do as follows:
getRobustnessProperties().add(newItem);Objects of the following type(s) are allowed in the list
VecRobustnessPropertiesSpecifies the robustness of a part.
- Returns:
- The value of the robustnessProperties property.
-
getTemperatureInformations
Gets the value of the temperatureInformations property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the temperatureInformations property.For example, to add a new item, do as follows:
getTemperatureInformations().add(newItem);Objects of the following type(s) are allowed in the list
VecTemperatureInformationSpecifies valid temperatures for a part.
- Returns:
- The value of the temperatureInformations property.
-
getBoundingBox
Gets the value of the boundingBox property.- Returns:
- possible object is
VecBoundingBox
-
setBoundingBox
Sets the value of the boundingBox property.- Parameters:
value- allowed object isVecBoundingBox
-
getPartRelations
Gets the value of the partRelations property.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 Jakarta XML Binding object. This is why there is not a
setmethod for the partRelations property.For example, to add a new item, do as follows:
getPartRelations().add(newItem);Objects of the following type(s) are allowed in the list
VecPartRelation- Returns:
- The value of the partRelations property.
-
accept
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecPartOrUsageRelatedSpecification- Throws:
E extends Throwable
-