Class VecConnectorHousingSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
Specification for the definition of connector housings. A connector housing consists of a one or more slots. In the means of the VEC, a connector housing can be a conventional connector housing, a contact module or a connector shell.
Java class for ConnectorHousingSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectorHousingSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}PartOrUsageRelatedSpecification">
<sequence>
<element name="AverageWireLengthAddOn" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="VoltageRange" type="{http://www.prostep.org/ecad-if/2011/vec}ValueRange" minOccurs="0"/>
<element name="Coupleable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="SealingClass" type="{http://www.prostep.org/ecad-if/2011/vec}SealingClass" maxOccurs="unbounded" minOccurs="0"/>
<element name="ConnectorPositionAssurance" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="OutletDirection" type="{http://www.prostep.org/ecad-if/2011/vec}ConnectorOutletDirection" minOccurs="0"/>
<element name="Coding" type="{http://www.prostep.org/ecad-if/2011/vec}Coding" minOccurs="0"/>
<element name="SegmentConnectionPoint" type="{http://www.prostep.org/ecad-if/2011/vec}SegmentConnectionPoint" maxOccurs="unbounded" minOccurs="0"/>
<element name="Slot" type="{http://www.prostep.org/ecad-if/2011/vec}AbstractSlot" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecNumericalValueSpecifies the average wire length add on for this connector.protected VecCodingprotected BooleanIftruetheConnectorHousinghas a connector position assurance (CPA).protected BooleanDefines whether the connector is coupleable or not.protected StringDefines theOutletDirectionfor wires.protected List<VecSealingClass>Specifies the sealing class of the slot.protected List<VecSegmentConnectionPoint>Specifies theSegmentConnectionPointsthe connector housing.protected List<VecAbstractSlot>protected VecValueRangeSpecifies the allowed voltage range for the connector housing.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 averageWireLengthAddOn property.Gets the value of the coding property.Gets the value of the outletDirection property.Gets aSetof allVecCompatibilityStatementthat 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 aSetof allVecConnectorHousingRolethat 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 aSetof allVecHousingComponentthat 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.Gets the value of the segmentConnectionPoints property.getSlots()Gets the value of the slots property.Gets the value of the voltageRange property.Gets the value of the connectorPositionAssurance property.Gets the value of the coupleable property.voidSets the value of the averageWireLengthAddOn property.voidSets the value of the coding property.voidSets the value of the connectorPositionAssurance property.voidsetCoupleable(Boolean value) Sets the value of the coupleable property.voidsetOutletDirection(String value) Sets the value of the outletDirection property.voidsetVoltageRange(VecValueRange value) Sets the value of the voltageRange 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
-
averageWireLengthAddOn
Specifies the average wire length add on for this connector.
-
voltageRange
Specifies the allowed voltage range for the connector housing.
-
coupleable
Defines whether the connector is coupleable or not. Connectors that are coupleable can be used in an inline position. Connectors that are not coupleable can be connected only to an ECU or something similar.
-
sealingClasses
Specifies the sealing class of the slot.
-
connectorPositionAssurance
IftruetheConnectorHousinghas a connector position assurance (CPA).
A CPA is some sort of feature of a connector, that secures the connector in its correctly assembled position with its mating part.
-
outletDirection
Defines theOutletDirectionfor wires.
This attribute is defined as anOpenEnumeration.
-
coding
-
segmentConnectionPoints
Specifies theSegmentConnectionPointsthe connector housing.
-
slots
-
-
Constructor Details
-
VecConnectorHousingSpecification
public VecConnectorHousingSpecification()
-
-
Method Details
-
getAverageWireLengthAddOn
Gets the value of the averageWireLengthAddOn property.Specifies the average wire length add on for this connector.
- Returns:
- possible object is
VecNumericalValue
-
setAverageWireLengthAddOn
Sets the value of the averageWireLengthAddOn property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getVoltageRange
Gets the value of the voltageRange property.Specifies the allowed voltage range for the connector housing.
- Returns:
- possible object is
VecValueRange
-
setVoltageRange
Sets the value of the voltageRange property.- Parameters:
value- allowed object isVecValueRange- See Also:
-
isCoupleable
Gets the value of the coupleable property.Defines whether the connector is coupleable or not. Connectors that are coupleable can be used in an inline position. Connectors that are not coupleable can be connected only to an ECU or something similar.
- Returns:
- possible object is
Boolean
-
setCoupleable
Sets the value of the coupleable property.- Parameters:
value- allowed object isBoolean- 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 slot.
- Returns:
- The value of the sealingClasses property.
-
isConnectorPositionAssurance
Gets the value of the connectorPositionAssurance property.IftruetheConnectorHousinghas a connector position assurance (CPA).
A CPA is some sort of feature of a connector, that secures the connector in its correctly assembled position with its mating part.
- Returns:
- possible object is
Boolean
-
setConnectorPositionAssurance
Sets the value of the connectorPositionAssurance property.- Parameters:
value- allowed object isBoolean- See Also:
-
getOutletDirection
Gets the value of the outletDirection property.Defines theOutletDirectionfor wires.
This attribute is defined as anOpenEnumeration.
- Returns:
- possible object is
String
-
setOutletDirection
Sets the value of the outletDirection property.- Parameters:
value- allowed object isString- See Also:
-
getCoding
Gets the value of the coding property.- Returns:
- possible object is
VecCoding
-
setCoding
Sets the value of the coding property.- Parameters:
value- allowed object isVecCoding
-
getSegmentConnectionPoints
Gets the value of the segmentConnectionPoints 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 segmentConnectionPoints property.For example, to add a new item, do as follows:
getSegmentConnectionPoints().add(newItem);Objects of the following type(s) are allowed in the list
VecSegmentConnectionPointSpecifies theSegmentConnectionPointsthe connector housing.
- Returns:
- The value of the segmentConnectionPoints property.
-
getSlots
Gets the value of the slots 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 slots property.For example, to add a new item, do as follows:
getSlots().add(newItem);Objects of the following type(s) are allowed in the list
VecAbstractSlot- Returns:
- The value of the slots property.
-
getRefCompatibilityStatement
Gets aSetof allVecCompatibilityStatementthat 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. -
getRefConnectorHousingRole
Gets aSetof allVecConnectorHousingRolethat 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. -
getRefHousingComponent
Gets aSetof allVecHousingComponentthat 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
-