- All Implemented Interfaces:
Identifiable,ModifiableIdentifiable,Visitable,Serializable
Allows the definition of mass information. Attributes of the type MassInformation normally have the multiplicity [0..*]. This means that such an attribute can have mass values for different determinationTypes and valueSources. It must not have multiple values for the same determinationType and valueSource.
Java class for MassInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MassInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DeterminationType" type="{http://www.prostep.org/ecad-if/2011/vec}ValueDetermination" minOccurs="0"/>
<element name="Value" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue"/>
<element name="ValueSource" type="{http://www.prostep.org/ecad-if/2011/vec}MassInformationSource" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VecValueDeterminationSpecifies the determination type of the mass information.protected VecNumericalValueSpecifies the mass as numerical value.protected StringThevalueSourcedefines in an OpenEnumeration the source from which theMassInformationhas been retrieved.protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,E extends Throwable>
RGets the value of the determinationType property.getValue()Gets the value of the value property.Gets the value of the valueSource property.getXmlId()Gets the value of the xmlId property.voidSets the value of the determinationType property.voidsetValue(VecNumericalValue value) Sets the value of the value property.voidsetValueSource(String value) Sets the value of the valueSource property.voidSets the value of the xmlId property.toString()
-
Field Details
-
determinationType
Specifies the determination type of the mass information.
-
value
Specifies the mass as numerical value.
-
valueSource
ThevalueSourcedefines in an OpenEnumeration the source from which theMassInformationhas been retrieved. This information, in combination with theValueDeterminationgives a hint about the reliability of theMassInformation
-
xmlId
-
-
Constructor Details
-
VecMassInformation
public VecMassInformation()
-
-
Method Details
-
getDeterminationType
Gets the value of the determinationType property.Specifies the determination type of the mass information.
- Returns:
- possible object is
VecValueDetermination
-
setDeterminationType
Sets the value of the determinationType property.- Parameters:
value- allowed object isVecValueDetermination- See Also:
-
getValue
Gets the value of the value property.Specifies the mass as numerical value.
- Returns:
- possible object is
VecNumericalValue
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isVecNumericalValue- See Also:
-
getValueSource
Gets the value of the valueSource property.ThevalueSourcedefines in an OpenEnumeration the source from which theMassInformationhas been retrieved. This information, in combination with theValueDeterminationgives a hint about the reliability of theMassInformation
- Returns:
- possible object is
String
-
setValueSource
Sets the value of the valueSource property.- Parameters:
value- allowed object isString- 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
-