Package com.foursoft.harness.vec.v113
Class VecPluggableTerminalSpecification
java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecSpecification
com.foursoft.harness.vec.v113.VecPartOrUsageRelatedSpecification
com.foursoft.harness.vec.v113.VecTerminalSpecification
com.foursoft.harness.vec.v113.VecPluggableTerminalSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
public class VecPluggableTerminalSpecification
extends VecTerminalSpecification
implements Serializable, Visitable
Specification for the definition of pluggable terminals.
Java class for PluggableTerminalSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PluggableTerminalSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}TerminalSpecification">
<sequence>
<element name="TerminalType" type="{http://www.prostep.org/ecad-if/2011/vec}PluggableTerminalType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class com.foursoft.harness.vec.v113.VecTerminalSpecification
currentInformations, internalTerminalConnections, sealingClasses, sealingType, terminalReceptions, voltageRange, wireReceptionsFields 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 terminalType property.voidsetTerminalType(String value) Sets the value of the terminalType property.Methods inherited from class com.foursoft.harness.vec.v113.VecTerminalSpecification
getCurrentInformations, getInternalTerminalConnections, getRefCavity, getRefCompatibilityStatement, getRefPinComponent, getRefTerminalRole, getSealingClasses, getSealingType, getTerminalReceptions, getVoltageRange, getWireReceptions, setSealingType, setVoltageRangeMethods 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
-
terminalType
Defines the type of the terminal. The type defines constraints about the numbers of wire and terminal receptions and their relations.
-
-
Constructor Details
-
VecPluggableTerminalSpecification
public VecPluggableTerminalSpecification()
-
-
Method Details
-
getTerminalType
Gets the value of the terminalType property.Defines the type of the terminal. The type defines constraints about the numbers of wire and terminal receptions and their relations.
- Returns:
- possible object is
String
-
setTerminalType
Sets the value of the terminalType property.- Parameters:
value- allowed object isString- See Also:
-
accept
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecTerminalSpecification- Throws:
E extends Throwable
-