Class VecEEComponentSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
- Direct Known Subclasses:
VecAntennaSpecification,VecBatterySpecification,VecFuseSpecification,VecMultiFuseSpecification,VecPotentialDistributorSpecification,VecRelaySpecification
Base-class for the specification of electrological components, which are connected to the harness. Usually electrological components are not part of the harness e.g. a fuses, a switch or a control device. All EEComponents can have one or more HousingComponents which are possible interfaces for the connection to a harness.
Java class for EEComponentSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EEComponentSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}PartOrUsageRelatedSpecification">
<sequence>
<element name="PowerConsumption" type="{http://www.prostep.org/ecad-if/2011/vec}PowerConsumption" maxOccurs="unbounded" minOccurs="0"/>
<element name="Connections" type="{http://www.prostep.org/ecad-if/2011/vec}InternalComponentConnection" maxOccurs="unbounded" minOccurs="0"/>
<element name="ExtensionSlots" type="{http://www.prostep.org/ecad-if/2011/vec}ExtensionSlot" maxOccurs="unbounded" minOccurs="0"/>
<element name="HousingComponent" type="{http://www.prostep.org/ecad-if/2011/vec}HousingComponent" maxOccurs="unbounded" minOccurs="0"/>
<element name="States" type="{http://www.prostep.org/ecad-if/2011/vec}SwitchingState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<VecInternalComponentConnection>protected List<VecExtensionSlot>protected List<VecHousingComponent>protected List<VecPowerConsumption>Specifies thePowerConsumptionsof thisEEComponentSpecification.protected List<VecSwitchingState>Specifies the availableSwitchingStatesof the EEComponent.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 connections property.Gets the value of the extensionSlots property.Gets the value of the housingComponents property.Gets the value of the powerConsumptions property.Gets aSetof allVecEEComponentRolethat 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 states 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
-
powerConsumptions
Specifies thePowerConsumptionsof thisEEComponentSpecification.
-
connections
-
extensionSlots
-
housingComponents
-
states
Specifies the availableSwitchingStatesof the EEComponent.
-
-
Constructor Details
-
VecEEComponentSpecification
public VecEEComponentSpecification()
-
-
Method Details
-
getPowerConsumptions
Gets the value of the powerConsumptions 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 powerConsumptions property.For example, to add a new item, do as follows:
getPowerConsumptions().add(newItem);Objects of the following type(s) are allowed in the list
VecPowerConsumptionSpecifies thePowerConsumptionsof thisEEComponentSpecification.
- Returns:
- The value of the powerConsumptions property.
-
getConnections
Gets the value of the connections 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 connections property.For example, to add a new item, do as follows:
getConnections().add(newItem);Objects of the following type(s) are allowed in the list
VecInternalComponentConnection- Returns:
- The value of the connections property.
-
getExtensionSlots
Gets the value of the extensionSlots 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 extensionSlots property.For example, to add a new item, do as follows:
getExtensionSlots().add(newItem);Objects of the following type(s) are allowed in the list
VecExtensionSlot- Returns:
- The value of the extensionSlots property.
-
getHousingComponents
Gets the value of the housingComponents 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 housingComponents property.For example, to add a new item, do as follows:
getHousingComponents().add(newItem);Objects of the following type(s) are allowed in the list
VecHousingComponent- Returns:
- The value of the housingComponents property.
-
getStates
Gets the value of the states 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 states property.For example, to add a new item, do as follows:
getStates().add(newItem);Objects of the following type(s) are allowed in the list
VecSwitchingStateSpecifies the availableSwitchingStatesof the EEComponent.
- Returns:
- The value of the states property.
-
getRefEEComponentRole
Gets aSetof allVecEEComponentRolethat 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
-