Package com.foursoft.harness.vec.v113
Class VecFuseSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
public class VecFuseSpecification
extends VecEEComponentSpecification
implements Serializable, Visitable
Specification of the electrological aspects of a fuse.
Java class for FuseSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FuseSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}EEComponentSpecification">
<sequence>
<element name="FuseType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IMax" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe type of a fuse.protected VecNumericalValueSpecifies the maximum electric current tolerated by the fuse.Fields inherited from class com.foursoft.harness.vec.v113.VecEEComponentSpecification
connections, extensionSlots, housingComponents, powerConsumptions, statesFields 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 fuseType property.getIMax()Gets the value of the iMax property.Gets aSetof allVecFuseComponentthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling.voidsetFuseType(String value) Sets the value of the fuseType property.voidsetIMax(VecNumericalValue value) Sets the value of the iMax property.Methods inherited from class com.foursoft.harness.vec.v113.VecEEComponentSpecification
getConnections, getExtensionSlots, getHousingComponents, getPowerConsumptions, getRefEEComponentRole, getStatesMethods 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
-
fuseType
The type of a fuse. This should be an enumeration of values defined in a conformance class.
-
iMax
Specifies the maximum electric current tolerated by the fuse.
-
-
Constructor Details
-
VecFuseSpecification
public VecFuseSpecification()
-
-
Method Details
-
getFuseType
Gets the value of the fuseType property.The type of a fuse. This should be an enumeration of values defined in a conformance class.
- Returns:
- possible object is
String
-
setFuseType
Sets the value of the fuseType property.- Parameters:
value- allowed object isString- See Also:
-
getIMax
Gets the value of the iMax property.Specifies the maximum electric current tolerated by the fuse.
- Returns:
- possible object is
VecNumericalValue
-
setIMax
Sets the value of the iMax property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getRefFuseComponent
Gets aSetof allVecFuseComponentthat have a outgoing reference to this object.
Warning!: This is a readonly property! It has to be initialized during the unmarshalling process by theExtendedUnmarshaller.
This property is consistent to the state of object model at the time of unmarshalling. It does not reflect any changes done in the object model after the unmarshalling.
This property has no effect when the object is marshalled to xml. -
accept
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecEEComponentSpecification- Throws:
E extends Throwable
-