Class VecTapeSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
Specification for the description of tapes.
Java class for TapeSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TapeSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}WireProtectionSpecification">
<sequence>
<element name="Backing" type="{http://www.prostep.org/ecad-if/2011/vec}Material" maxOccurs="unbounded" minOccurs="0"/>
<element name="Adhesive" type="{http://www.prostep.org/ecad-if/2011/vec}Material" maxOccurs="unbounded" minOccurs="0"/>
<element name="Width" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="Thickness" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="CoilCoreDiameter" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<VecMaterial>Specifies the adhesive material of the tape.protected List<VecMaterial>Specifies the material of carrier of the tape, on which the adhesive material is applied.protected List<VecNumericalValue>Specifies the inner diameter of the coil on which the tape is delivered.protected List<VecNumericalValue>Specifies the thickness of the tape (adhesive + backing).protected List<VecNumericalValue>Specifies the width of the tape.Fields inherited from class com.foursoft.harness.vec.v113.VecWireProtectionSpecification
abrasionResistanceClasses, soundDampingClassesFields 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 adhesives property.Gets the value of the backings property.Gets the value of the coilCoreDiameters property.Gets the value of the thicknesses property.Gets the value of the widths property.Methods inherited from class com.foursoft.harness.vec.v113.VecWireProtectionSpecification
getAbrasionResistanceClasses, getRefWireProtectionRole, getSoundDampingClassesMethods 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
-
backings
Specifies the material of carrier of the tape, on which the adhesive material is applied.
-
adhesives
Specifies the adhesive material of the tape.
-
widths
Specifies the width of the tape.
-
thicknesses
Specifies the thickness of the tape (adhesive + backing).
-
coilCoreDiameters
Specifies the inner diameter of the coil on which the tape is delivered.
-
-
Constructor Details
-
VecTapeSpecification
public VecTapeSpecification()
-
-
Method Details
-
getBackings
Gets the value of the backings property.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
setmethod for the backings property.For example, to add a new item, do as follows:
getBackings().add(newItem);Objects of the following type(s) are allowed in the list
VecMaterialSpecifies the material of carrier of the tape, on which the adhesive material is applied.
- Returns:
- The value of the backings property.
-
getAdhesives
Gets the value of the adhesives property.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
setmethod for the adhesives property.For example, to add a new item, do as follows:
getAdhesives().add(newItem);Objects of the following type(s) are allowed in the list
VecMaterialSpecifies the adhesive material of the tape.
- Returns:
- The value of the adhesives property.
-
getWidths
Gets the value of the widths property.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
setmethod for the widths property.For example, to add a new item, do as follows:
getWidths().add(newItem);Objects of the following type(s) are allowed in the list
VecNumericalValueSpecifies the width of the tape.
- Returns:
- The value of the widths property.
-
getThicknesses
Gets the value of the thicknesses property.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
setmethod for the thicknesses property.For example, to add a new item, do as follows:
getThicknesses().add(newItem);Objects of the following type(s) are allowed in the list
VecNumericalValueSpecifies the thickness of the tape (adhesive + backing).
- Returns:
- The value of the thicknesses property.
-
getCoilCoreDiameters
Gets the value of the coilCoreDiameters property.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
setmethod for the coilCoreDiameters property.For example, to add a new item, do as follows:
getCoilCoreDiameters().add(newItem);Objects of the following type(s) are allowed in the list
VecNumericalValueSpecifies the inner diameter of the coil on which the tape is delivered.
- Returns:
- The value of the coilCoreDiameters property.
-
accept
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecWireProtectionSpecification- Throws:
E extends Throwable
-