- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
A WireReception is the area of a terminal where the contacting with a wire element (e.g. by crimping) takes place. This class represents such an area on the terminal. Its description is done with a WireReceptionSpecification, which is independent from the TerminalSpecification. This allows the reuse of the specification of similar WireReception on different terminals.
Java class for WireReception complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WireReception">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}ExtendableElement">
<sequence>
<element name="Identification" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Angle" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" maxOccurs="2" minOccurs="0"/>
<element name="PlacementPoint" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
<element name="WireReceptionSpecification" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<VecNumericalValue>Specifies the angle against two planes of the connector housing a wire reception can be buckled.protected StringSpecifies a unique identification of the WireReception.protected VecPlacementPointSpecifies thePlacementPointthat represents thisWireReceptionin a PlaceableElementSpecification.protected VecWireReceptionSpecificationFields 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 angles 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 placementPoint property.Gets aSetof allVecInternalTerminalConnectionthat 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 allVecWireReceptionReferencethat 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 wireReceptionSpecification property.voidsetIdentification(String value) Sets the value of the identification property.voidSets the value of the placementPoint property.voidSets the value of the wireReceptionSpecification property.Methods 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 WireReception. The identification is guaranteed to be unique within the TerminalSpecification (this might be for example a reception number).
-
angles
Specifies the angle against two planes of the connector housing a wire reception can be buckled.
-
placementPoint
Specifies thePlacementPointthat represents thisWireReceptionin a PlaceableElementSpecification.
-
wireReceptionSpecification
-
-
Constructor Details
-
VecWireReception
public VecWireReception()
-
-
Method Details
-
getIdentification
Gets the value of the identification property.Specifies a unique identification of the WireReception. The identification is guaranteed to be unique within the TerminalSpecification (this might be for example a reception number).
- 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:
-
getAngles
Gets the value of the angles 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 angles property.For example, to add a new item, do as follows:
getAngles().add(newItem);Objects of the following type(s) are allowed in the list
VecNumericalValueSpecifies the angle against two planes of the connector housing a wire reception can be buckled.
- Returns:
- The value of the angles property.
-
getPlacementPoint
Gets the value of the placementPoint property.Specifies thePlacementPointthat represents thisWireReceptionin a PlaceableElementSpecification.
- Returns:
- possible object is
Object
-
setPlacementPoint
Sets the value of the placementPoint property.- Parameters:
value- allowed object isObject- See Also:
-
getWireReceptionSpecification
Gets the value of the wireReceptionSpecification property.- Returns:
- possible object is
Object
-
setWireReceptionSpecification
Sets the value of the wireReceptionSpecification property.- Parameters:
value- allowed object isObject
-
getRefInternalTerminalConnection
Gets aSetof allVecInternalTerminalConnectionthat 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. -
getRefWireReceptionReference
Gets aSetof allVecWireReceptionReferencethat 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. -
getParentTerminalSpecification
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 aVecTerminalSpecificationotherwise 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
-