- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
- Direct Known Subclasses:
VecPluggableTerminalRole,VecRingTerminalRole,VecSpliceTerminalRole
A TerminalRole defines the instance specific properties and relationships of a terminal.
Java class for TerminalRole complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminalRole">
<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="ComponentPort" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
<element name="TerminalSpecification" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
<element name="TerminalReceptionReference" type="{http://www.prostep.org/ecad-if/2011/vec}TerminalReceptionReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="WireReceptionReference" type="{http://www.prostep.org/ecad-if/2011/vec}WireReceptionReference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecComponentPortprotected StringSpecifies if this instance of a terminal should be sealed (waterproof).protected List<VecTerminalReceptionReference>Specifies theTerminalReceptionReferencesof thisTerminalRole.protected VecTerminalSpecificationReferences theTerminalSpecificationthat is instanced by thisTerminalRole.protected List<VecWireReceptionReference>Specifies theWireReceptionReferencesof thisTerminalRole.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 componentPort property.Gets a reference to the parent of this object in the XML DOM Tree.Gets aSetof allVecContactPointthat 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 allVecMatingPointthat 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 terminalReceptionReferences property.Gets the value of the terminalSpecification property.Gets the value of the wireReceptionReferences property.voidsetComponentPort(VecComponentPort value) Sets the value of the componentPort property.voidsetSealState(String value) Sets the value of the sealState property.voidSets the value of the terminalSpecification 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 terminal should be sealed (waterproof). This applies for example to SpliceTerminals.
-
componentPort
-
terminalSpecification
References theTerminalSpecificationthat is instanced by thisTerminalRole.
-
terminalReceptionReferences
Specifies theTerminalReceptionReferencesof thisTerminalRole.
-
wireReceptionReferences
Specifies theWireReceptionReferencesof thisTerminalRole.
-
-
Constructor Details
-
VecTerminalRole
public VecTerminalRole()
-
-
Method Details
-
getSealState
Gets the value of the sealState property.Specifies if this instance of a terminal should be sealed (waterproof). This applies for example to SpliceTerminals.
- Returns:
- possible object is
String
-
setSealState
Sets the value of the sealState property.- Parameters:
value- allowed object isString- See Also:
-
getComponentPort
Gets the value of the componentPort property.- Returns:
- possible object is
Object
-
setComponentPort
Sets the value of the componentPort property.- Parameters:
value- allowed object isObject
-
getTerminalSpecification
Gets the value of the terminalSpecification property.References theTerminalSpecificationthat is instanced by thisTerminalRole.
- Returns:
- possible object is
Object
-
setTerminalSpecification
Sets the value of the terminalSpecification property.- Parameters:
value- allowed object isObject- See Also:
-
getTerminalReceptionReferences
Gets the value of the terminalReceptionReferences 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 terminalReceptionReferences property.For example, to add a new item, do as follows:
getTerminalReceptionReferences().add(newItem);Objects of the following type(s) are allowed in the list
VecTerminalReceptionReferenceSpecifies theTerminalReceptionReferencesof thisTerminalRole.
- Returns:
- The value of the terminalReceptionReferences property.
-
getWireReceptionReferences
Gets the value of the wireReceptionReferences 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 wireReceptionReferences property.For example, to add a new item, do as follows:
getWireReceptionReferences().add(newItem);Objects of the following type(s) are allowed in the list
VecWireReceptionReferenceSpecifies theWireReceptionReferencesof thisTerminalRole.
- Returns:
- The value of the wireReceptionReferences property.
-
getRefContactPoint
Gets aSetof allVecContactPointthat 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. -
getRefMatingPoint
Gets aSetof allVecMatingPointthat 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. -
getParentPinComponentReference
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 aVecPinComponentReferenceotherwise 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
-