Package com.foursoft.harness.vec.v113
Class VecCoreSpecification
java.lang.Object
com.foursoft.harness.vec.v113.VecExtendableElement
com.foursoft.harness.vec.v113.VecSpecification
com.foursoft.harness.vec.v113.VecConductorSpecification
com.foursoft.harness.vec.v113.VecCoreSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
public class VecCoreSpecification
extends VecConductorSpecification
implements Serializable, Visitable
Defines the properties of a circular conductor (core) which are specific for them.
Java class for CoreSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoreSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}ConductorSpecification">
<sequence>
<element name="OutsideDiameter" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecNumericalValueSpecifies the outside diameter of the core.Fields inherited from class com.foursoft.harness.vec.v113.VecConductorSpecification
crossSectionArea, currentInformations, massInformation, materials, numberOfStrands, platingMaterials, resistance, strandDiameter, structure, type, voltageRangeFields 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 outsideDiameter property.voidSets the value of the outsideDiameter property.Methods inherited from class com.foursoft.harness.vec.v113.VecConductorSpecification
getCrossSectionArea, getCurrentInformations, getMassInformation, getMaterials, getNumberOfStrands, getPlatingMaterials, getRefContactSystem, getRefInternalComponentConnection, getRefSignal, getRefWireElementSpecification, getResistance, getStrandDiameter, getStructure, getType, getVoltageRange, setCrossSectionArea, setMassInformation, setNumberOfStrands, setResistance, setStrandDiameter, setStructure, setType, setVoltageRangeMethods 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
-
outsideDiameter
Specifies the outside diameter of the core.
-
-
Constructor Details
-
VecCoreSpecification
public VecCoreSpecification()
-
-
Method Details
-
getOutsideDiameter
Gets the value of the outsideDiameter property.Specifies the outside diameter of the core.
- Returns:
- possible object is
VecNumericalValue
-
setOutsideDiameter
Sets the value of the outsideDiameter property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
accept
-