Package com.foursoft.harness.vec.v113
Class VecFlatCoreSpecification
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.VecFlatCoreSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
public class VecFlatCoreSpecification
extends VecConductorSpecification
implements Serializable, Visitable
Defines the properties of a flat (rectangular) conductor which are specific for them.
Java class for FlatCoreSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlatCoreSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}ConductorSpecification">
<sequence>
<element name="Size" type="{http://www.prostep.org/ecad-if/2011/vec}Size" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields 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
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
-
size
-
-
Constructor Details
-
VecFlatCoreSpecification
public VecFlatCoreSpecification()
-
-
Method Details