Class VecPotentialDistributorSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
Java class for PotentialDistributorSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PotentialDistributorSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}EEComponentSpecification">
<sequence>
<element name="Screwable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="BoltDiameter" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="BoltType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecNumericalValueSpecifies the diameter of the bolt for which the potential distributor is designed for.protected StringSpecifies the type of the bolt.protected BooleanDefines if thePotentialDistributorcan be screwed by itself to be fixed.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 boltDiameter property.Gets the value of the boltType property.Gets the value of the screwable property.voidsetBoltDiameter(VecNumericalValue value) Sets the value of the boltDiameter property.voidsetBoltType(String value) Sets the value of the boltType property.voidsetScrewable(Boolean value) Sets the value of the screwable 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
-
screwable
Defines if thePotentialDistributorcan be screwed by itself to be fixed. This fixation is a non-electrical connection. If thePotentialDistributorcan be fixated electrical (like a ring terminal) it shall have onePinComponentwith aRingTerminalSpecification.
-
boltDiameter
Specifies the diameter of the bolt for which the potential distributor is designed for.
-
boltType
Specifies the type of the bolt. This should be an enumeration of values defined in a conformance class.
-
-
Constructor Details
-
VecPotentialDistributorSpecification
public VecPotentialDistributorSpecification()
-
-
Method Details
-
isScrewable
Gets the value of the screwable property.Defines if thePotentialDistributorcan be screwed by itself to be fixed. This fixation is a non-electrical connection. If thePotentialDistributorcan be fixated electrical (like a ring terminal) it shall have onePinComponentwith aRingTerminalSpecification.
- Returns:
- possible object is
Boolean
-
setScrewable
Sets the value of the screwable property.- Parameters:
value- allowed object isBoolean- See Also:
-
getBoltDiameter
Gets the value of the boltDiameter property.Specifies the diameter of the bolt for which the potential distributor is designed for.
- Returns:
- possible object is
VecNumericalValue
-
setBoltDiameter
Sets the value of the boltDiameter property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getBoltType
Gets the value of the boltType property.Specifies the type of the bolt. This should be an enumeration of values defined in a conformance class.
- Returns:
- possible object is
String
-
setBoltType
Sets the value of the boltType property.- Parameters:
value- allowed object isString- See Also:
-
accept
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecEEComponentSpecification- Throws:
E extends Throwable
-