Package com.foursoft.harness.vec.v113
Class VecPowerConsumption
java.lang.Object
com.foursoft.harness.vec.v113.VecPowerConsumption
- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
public class VecPowerConsumption
extends Object
implements Serializable, Identifiable, ModifiableIdentifiable, Visitable
Defines the power consumption of anEEComponent. AnEEComponentcan have multiple differentPowerConsumptionse.g. standby, maximum. AnEEComponentcan have multiplePowerConsumptions, but must not have more than onePowerConsumptionsof the sametype.
Java class for PowerConsumption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PowerConsumption">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Value" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RgetType()Gets the value of the type property.getValue()Gets the value of the value property.getXmlId()Gets the value of the xmlId property.voidSets the value of the type property.voidsetValue(VecNumericalValue value) Sets the value of the value property.voidSets the value of the xmlId property.toString()
-
Field Details
-
type
The type of aPowerConsumption. This should be an enumeration of values defined in a conformance class.
-
value
Specifies the power consumption for this type ofPowerConsumption.
-
xmlId
-
-
Constructor Details
-
VecPowerConsumption
public VecPowerConsumption()
-
-
Method Details
-
getType
Gets the value of the type property.The type of aPowerConsumption. This should be an enumeration of values defined in a conformance class.
- Returns:
- possible object is
String
-
setType
Sets the value of the type property. -
getValue
Gets the value of the value property.Specifies the power consumption for this type ofPowerConsumption.
- Returns:
- possible object is
VecNumericalValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getXmlId
Gets the value of the xmlId property.- Specified by:
getXmlIdin interfaceIdentifiable- Returns:
- possible object is
String
-
setXmlId
Sets the value of the xmlId property.- Specified by:
setXmlIdin interfaceModifiableIdentifiable- Parameters:
value- allowed object isString
-
accept
-
toString
-