Class VecConnectorHousingRole
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
A ConnectorHousingRole defines the instance specific properties and relationships of a connector housing.
Java class for ConnectorHousingRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectorHousingRole">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Role">
<sequence>
<element name="SealState" type="{http://www.prostep.org/ecad-if/2011/vec}SealState" minOccurs="0"/>
<element name="ComponentNode" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
<element name="ConnectorHousingSpecification" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
<element name="SlotReference" type="{http://www.prostep.org/ecad-if/2011/vec}AbstractSlotReference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecComponentNodeReferences the ComponentNode that is realized by the referenced ConnectorHousing (OccurrenceOrUsage with ConnectorHousingRole).protected VecConnectorHousingSpecificationReferences theConnectorHousingSpecificationthat is instanced by thisConnectorHousingRole.protected StringSpecifies if this instance of a connector housing should be sealed (waterproof).protected List<VecAbstractSlotReference>Fields inherited from class com.foursoft.harness.vec.v113.VecRole
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 componentNode property.Gets the value of the connectorHousingSpecification property.Gets a reference to the parent of this object in the XML DOM Tree.Gets aSetof allVecCouplingPointthat 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 allVecModularSlotReferencethat 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 sealState property.Gets the value of the slotReferences property.voidsetComponentNode(VecComponentNode value) Sets the value of the componentNode property.voidSets the value of the connectorHousingSpecification property.voidsetSealState(String value) Sets the value of the sealState property.Methods inherited from class com.foursoft.harness.vec.v113.VecRole
getIdentification, getParentOccurrenceOrUsage, 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
-
sealState
Specifies if this instance of a connector housing should be sealed (waterproof).
-
componentNode
References the ComponentNode that is realized by the referenced ConnectorHousing (OccurrenceOrUsage with ConnectorHousingRole). This can especially be relevant for inliners. KBLFRM-341.
-
connectorHousingSpecification
References theConnectorHousingSpecificationthat is instanced by thisConnectorHousingRole.
-
slotReferences
-
-
Constructor Details
-
VecConnectorHousingRole
public VecConnectorHousingRole()
-
-
Method Details
-
getSealState
Gets the value of the sealState property.Specifies if this instance of a connector housing should be sealed (waterproof).
- Returns:
- possible object is
String
-
setSealState
Sets the value of the sealState property.- Parameters:
value- allowed object isString- See Also:
-
getComponentNode
Gets the value of the componentNode property.References the ComponentNode that is realized by the referenced ConnectorHousing (OccurrenceOrUsage with ConnectorHousingRole). This can especially be relevant for inliners. KBLFRM-341.
- Returns:
- possible object is
Object
-
setComponentNode
Sets the value of the componentNode property.- Parameters:
value- allowed object isObject- See Also:
-
getConnectorHousingSpecification
Gets the value of the connectorHousingSpecification property.References theConnectorHousingSpecificationthat is instanced by thisConnectorHousingRole.
- Returns:
- possible object is
Object
-
setConnectorHousingSpecification
Sets the value of the connectorHousingSpecification property.- Parameters:
value- allowed object isObject- See Also:
-
getSlotReferences
Gets the value of the slotReferences 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 slotReferences property.For example, to add a new item, do as follows:
getSlotReferences().add(newItem);Objects of the following type(s) are allowed in the list
VecAbstractSlotReference- Returns:
- The value of the slotReferences property.
-
getRefCouplingPoint
Gets aSetof allVecCouplingPointthat 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. -
getRefModularSlotReference
Gets aSetof allVecModularSlotReferencethat 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. -
getParentHousingComponentReference
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 aVecHousingComponentReferenceotherwise 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
-