Package com.foursoft.harness.vec.v113
Class VecWireEndAccessorySpecification
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.VecWireEndAccessorySpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
public class VecWireEndAccessorySpecification
extends VecPartOrUsageRelatedSpecification
implements Serializable, Visitable
WireEndAccessorySpecificationsare describing parts that are used for a treatment of a wire end before the actual terminal is attached to theWireEnd(e.g. a ferrule).
The actual specification is done by the referencedWireReceptionSpecificationsince aWireEndAccessoryis basically just a singleWireReception.
Java class for WireEndAccessorySpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WireEndAccessorySpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}PartOrUsageRelatedSpecification">
<sequence>
<element name="WireReceptionSpecification" type="{http://www.prostep.org/ecad-if/2011/vec}WireReceptionSpecification" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields 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 wireReceptionSpecification property.voidSets the value of the wireReceptionSpecification property.Methods 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
-
wireReceptionSpecification
-
-
Constructor Details
-
VecWireEndAccessorySpecification
public VecWireEndAccessorySpecification()
-
-
Method Details
-
getWireReceptionSpecification
Gets the value of the wireReceptionSpecification property.- Returns:
- possible object is
VecWireReceptionSpecification
-
setWireReceptionSpecification
Sets the value of the wireReceptionSpecification property.- Parameters:
value- allowed object isVecWireReceptionSpecification
-
accept
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecPartOrUsageRelatedSpecification- Throws:
E extends Throwable
-