Class VecShieldSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
Specifies the properties of a shield.
Java class for ShieldSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShieldSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}ConductorSpecification">
<sequence>
<element name="OpticalTissueDensity" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="WindingType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecNumericalValueDefines the optical tissue density of the strands of a shield.protected StringDefines the type of winding of the shield.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 opticalTissueDensity property.Gets the value of the windingType property.voidSets the value of the opticalTissueDensity property.voidsetWindingType(String value) Sets the value of the windingType 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
-
opticalTissueDensity
Defines the optical tissue density of the strands of a shield. This is defined as a value in percentage.
-
windingType
Defines the type of winding of the shield. E.g. if the shield is a sheet, it can be folded around the inner elements and along them like a cigarette paper or it can be winded around them like the taping of a harness. Both types result in different manufacturing and EMC properties.
-
-
Constructor Details
-
VecShieldSpecification
public VecShieldSpecification()
-
-
Method Details
-
getOpticalTissueDensity
Gets the value of the opticalTissueDensity property.Defines the optical tissue density of the strands of a shield. This is defined as a value in percentage.
- Returns:
- possible object is
VecNumericalValue
-
setOpticalTissueDensity
Sets the value of the opticalTissueDensity property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getWindingType
Gets the value of the windingType property.Defines the type of winding of the shield. E.g. if the shield is a sheet, it can be folded around the inner elements and along them like a cigarette paper or it can be winded around them like the taping of a harness. Both types result in different manufacturing and EMC properties.
- Returns:
- possible object is
String
-
setWindingType
Sets the value of the windingType property.- Parameters:
value- allowed object isString- See Also:
-
accept
-