Class VecGrommetSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
Specification for the definition of grommets.
Java class for GrommetSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GrommetSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}PartOrUsageRelatedSpecification">
<sequence>
<element name="Hardness" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="HoleDiameter" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="PlateThickness" type="{http://www.prostep.org/ecad-if/2011/vec}ValueRange" minOccurs="0"/>
<element name="GrommetType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SealingClass" type="{http://www.prostep.org/ecad-if/2011/vec}SealingClass" maxOccurs="unbounded" minOccurs="0"/>
<element name="CableLeadThrough" type="{http://www.prostep.org/ecad-if/2011/vec}CableLeadThrough" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<VecCableLeadThrough>protected StringSpecifies the type of the grommet.protected VecNumericalValueSpecifies the hardness of the grommet.protected VecNumericalValueSpecifies the valid diameter of a hole into which the grommet fits.protected VecValueRangeSpecifies valid the plate thickness at the hole into which the grommet fits.protected List<VecSealingClass>Specifies the sealing class of the grommet.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 cableLeadThroughs property.Gets the value of the grommetType property.Gets the value of the hardness property.Gets the value of the holeDiameter property.Gets the value of the plateThickness property.Gets aSetof allVecGrommetRolethat have a outgoing reference to this object.
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.Gets the value of the sealingClasses property.voidsetGrommetType(String value) Sets the value of the grommetType property.voidsetHardness(VecNumericalValue value) Sets the value of the hardness property.voidsetHoleDiameter(VecNumericalValue value) Sets the value of the holeDiameter property.voidsetPlateThickness(VecValueRange value) Sets the value of the plateThickness 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
-
hardness
Specifies the hardness of the grommet.
-
holeDiameter
Specifies the valid diameter of a hole into which the grommet fits.
-
plateThickness
Specifies valid the plate thickness at the hole into which the grommet fits.
-
grommetType
Specifies the type of the grommet. Appropriate values should be defined in a conformance class.
-
sealingClasses
Specifies the sealing class of the grommet.
-
cableLeadThroughs
-
-
Constructor Details
-
VecGrommetSpecification
public VecGrommetSpecification()
-
-
Method Details
-
getHardness
Gets the value of the hardness property.Specifies the hardness of the grommet.
- Returns:
- possible object is
VecNumericalValue
-
setHardness
Sets the value of the hardness property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getHoleDiameter
Gets the value of the holeDiameter property.Specifies the valid diameter of a hole into which the grommet fits.
- Returns:
- possible object is
VecNumericalValue
-
setHoleDiameter
Sets the value of the holeDiameter property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getPlateThickness
Gets the value of the plateThickness property.Specifies valid the plate thickness at the hole into which the grommet fits.
- Returns:
- possible object is
VecValueRange
-
setPlateThickness
Sets the value of the plateThickness property.- Parameters:
value- allowed object isVecValueRange- See Also:
-
getGrommetType
Gets the value of the grommetType property.Specifies the type of the grommet. Appropriate values should be defined in a conformance class.
- Returns:
- possible object is
String
-
setGrommetType
Sets the value of the grommetType property.- Parameters:
value- allowed object isString- See Also:
-
getSealingClasses
Gets the value of the sealingClasses 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 sealingClasses property.For example, to add a new item, do as follows:
getSealingClasses().add(newItem);Objects of the following type(s) are allowed in the list
VecSealingClassSpecifies the sealing class of the grommet.
- Returns:
- The value of the sealingClasses property.
-
getCableLeadThroughs
Gets the value of the cableLeadThroughs 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 cableLeadThroughs property.For example, to add a new item, do as follows:
getCableLeadThroughs().add(newItem);Objects of the following type(s) are allowed in the list
VecCableLeadThrough- Returns:
- The value of the cableLeadThroughs property.
-
getRefGrommetRole
Gets aSetof allVecGrommetRolethat have a outgoing reference to this object.
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
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecPartOrUsageRelatedSpecification- Throws:
E extends Throwable
-