Class VecWireElementReference
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
A WireElementReference represents the usage of a WireElement in the context of a PartUsage or PartOccurrence. For contacting purposes a WireElementReference has WireEnds. KBLFRM-384
Java class for WireElementReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WireElementReference">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}RoutableElement">
<sequence>
<element name="Identification" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Connection" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
<element name="ReferencedWireElement" type="{http://www.w3.org/2001/XMLSchema}IDREF"/>
<element name="Signal" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
<element name="WireEnd" type="{http://www.prostep.org/ecad-if/2011/vec}WireEnd" maxOccurs="unbounded" minOccurs="0"/>
<element name="WireLength" type="{http://www.prostep.org/ecad-if/2011/vec}WireLength" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecConnectionprotected StringSpecifies a unique identification of the WireElementReference.protected VecWireElementReferences the WireElement that is represented by the WireElementReference.protected VecSignalprotected List<VecWireEnd>protected List<VecWireLength>Fields inherited from class com.foursoft.harness.vec.v113.VecConfigurableElement
configInfoFields 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 connection property.Gets the value of the identification property.Gets a reference to the parent of this object in the XML DOM Tree.Gets the value of the referencedWireElement property.Gets aSetof allVecWireGroupingthat 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 signal property.Gets the value of the wireEnds property.Gets the value of the wireLengths property.voidsetConnection(VecConnection value) Sets the value of the connection property.voidsetIdentification(String value) Sets the value of the identification property.voidSets the value of the referencedWireElement property.voidSets the value of the signal property.Methods inherited from class com.foursoft.harness.vec.v113.VecRoutableElement
getRefRoutingMethods inherited from class com.foursoft.harness.vec.v113.VecConfigurableElement
getConfigInfo, setConfigInfoMethods 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
-
identification
Specifies a unique identification of the WireElementReference. The identification is guaranteed to be unique within the WireRole.
-
connection
-
referencedWireElement
References the WireElement that is represented by the WireElementReference.
-
signal
-
wireEnds
-
wireLengths
-
-
Constructor Details
-
VecWireElementReference
public VecWireElementReference()
-
-
Method Details
-
getIdentification
Gets the value of the identification property.Specifies a unique identification of the WireElementReference. The identification is guaranteed to be unique within the WireRole.
- Specified by:
getIdentificationin interfaceHasIdentification- Returns:
- possible object is
String
-
setIdentification
Sets the value of the identification property.- Specified by:
setIdentificationin interfaceHasModifiableIdentification- Parameters:
value- allowed object isString- See Also:
-
getConnection
Gets the value of the connection property.- Returns:
- possible object is
Object
-
setConnection
Sets the value of the connection property.- Parameters:
value- allowed object isObject
-
getReferencedWireElement
Gets the value of the referencedWireElement property.References the WireElement that is represented by the WireElementReference.
- Returns:
- possible object is
Object
-
setReferencedWireElement
Sets the value of the referencedWireElement property.- Parameters:
value- allowed object isObject- See Also:
-
getSignal
Gets the value of the signal property.- Returns:
- possible object is
Object
-
setSignal
Sets the value of the signal property.- Parameters:
value- allowed object isObject
-
getWireEnds
Gets the value of the wireEnds 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 wireEnds property.For example, to add a new item, do as follows:
getWireEnds().add(newItem);Objects of the following type(s) are allowed in the list
VecWireEnd- Returns:
- The value of the wireEnds property.
-
getWireLengths
Gets the value of the wireLengths 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 wireLengths property.For example, to add a new item, do as follows:
getWireLengths().add(newItem);Objects of the following type(s) are allowed in the list
VecWireLength- Returns:
- The value of the wireLengths property.
-
getRefWireGrouping
Gets aSetof allVecWireGroupingthat 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. -
getParentWireRole
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 aVecWireRoleotherwise 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
-