Package com.foursoft.harness.vec.v113
Class VecAntennaSpecification
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.VecEEComponentSpecification
com.foursoft.harness.vec.v113.VecAntennaSpecification
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,HasCustomProperties<VecCustomProperty>,HasDescription<VecAbstractLocalizedString>,HasIdentification,HasModifiableIdentification,Visitable,Serializable
public class VecAntennaSpecification
extends VecEEComponentSpecification
implements Serializable, Visitable
Specification of the electrological aspects of an antenna.
Java class for AntennaSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AntennaSpecification">
<complexContent>
<extension base="{http://www.prostep.org/ecad-if/2011/vec}EEComponentSpecification">
<sequence>
<element name="FMin" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="FMax" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
<element name="Impedance" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecNumericalValueSpecifies the maximum operating frequency of the antenna.protected VecNumericalValueSpecifies the minimum operating frequency of the antenna.protected VecNumericalValueSpecifies the impedance of the antenna.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>
RgetFMax()Gets the value of the fMax property.getFMin()Gets the value of the fMin property.Gets the value of the impedance property.voidsetFMax(VecNumericalValue value) Sets the value of the fMax property.voidsetFMin(VecNumericalValue value) Sets the value of the fMin property.voidsetImpedance(VecNumericalValue value) Sets the value of the impedance 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
-
fMin
Specifies the minimum operating frequency of the antenna.
-
fMax
Specifies the maximum operating frequency of the antenna.
-
impedance
Specifies the impedance of the antenna.
-
-
Constructor Details
-
VecAntennaSpecification
public VecAntennaSpecification()
-
-
Method Details
-
getFMin
Gets the value of the fMin property.Specifies the minimum operating frequency of the antenna.
- Returns:
- possible object is
VecNumericalValue
-
setFMin
Sets the value of the fMin property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getFMax
Gets the value of the fMax property.Specifies the maximum operating frequency of the antenna.
- Returns:
- possible object is
VecNumericalValue
-
setFMax
Sets the value of the fMax property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getImpedance
Gets the value of the impedance property.Specifies the impedance of the antenna.
- Returns:
- possible object is
VecNumericalValue
-
setImpedance
Sets the value of the impedance property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
accept
- Specified by:
acceptin interfaceVisitable- Overrides:
acceptin classVecEEComponentSpecification- Throws:
E extends Throwable
-