primaryLockingType
Specifies if the terminal reception has a primary locking and of what type it is.
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasDescription<VecAbstractLocalizedString>, HasIdentification, HasModifiableIdentification, Visitable, SerializableSpecification for the definition of terminal receptions. A TerminalReception is the area of a terminal where the contacting with another terminal (e.g. between a connector housing and a control unit) takes place. Normally the terminal reception is placed in a cavity of a connector housing.
Java class for TerminalReceptionSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminalReceptionSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}Specification">
<sequence>
<element name="CavityDesign" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PlatingMaterial" type="{http://www.prostep.org/ecad-if/2011/vec}Material" maxOccurs="unbounded" minOccurs="0"/>
<element name="PrimaryLockingType" type="{http://www.prostep.org/ecad-if/2011/vec}PrimaryLockingType" minOccurs="0"/>
<element name="PullOutForce" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="TerminalType" type="{http://www.prostep.org/ecad-if/2011/vec}TerminalType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
protected Stringprotected List<VecMaterial>protected Stringprotected VecNumericalValueprotected VecTerminalTypedescriptions, identificationcustomProperties, xmlId<R,
E extends Throwable>
R Set of all VecTerminalReception that have a outgoing reference to this object.ExtendedUnmarshaller.voidsetCavityDesign(String value) voidsetPrimaryLockingType(String value) voidsetPullOutForce(VecNumericalValue value) voidsetTerminalType(VecTerminalType value) getDescriptions, getIdentification, getParentDocumentVersion, getParentSheetOrChapter, setIdentificationgetCustomProperties, getRefExternalMapping, getXmlId, setXmlId, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCustomPropertiesWithType, getCustomPropertySpecifies the structural shape of the cavity, e.g. round, flat, box that the terminal fits in.
Specifies the plating material of the terminal reception.
Specifies if the terminal reception has a primary locking and of what type it is.
The force until the terminal is pulled out of the housing (normally a not intended case). KBLFRM-366
Specifies the terminal type that is associated with the terminal reception.
Specifies the structural shape of the cavity, e.g. round, flat, box that the terminal fits in.
Stringvalue - allowed object is
String
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 set method for the platingMaterials property.
For example, to add a new item, do as follows:
getPlatingMaterials().add(newItem);
Objects of the following type(s) are allowed in the list
VecMaterial
Specifies the plating material of the terminal reception.
Specifies if the terminal reception has a primary locking and of what type it is.
Stringvalue - allowed object is
String
The force until the terminal is pulled out of the housing (normally a not intended case). KBLFRM-366
VecNumericalValuevalue - allowed object is
VecNumericalValue
Specifies the terminal type that is associated with the terminal reception.
VecTerminalTypevalue - allowed object is
VecTerminalTypeSet of all VecTerminalReception that have a outgoing reference to this object.ExtendedUnmarshaller.