Class VecMassInformation

java.lang.Object
com.foursoft.harness.vec.v113.VecMassInformation
All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, Visitable, Serializable

public class VecMassInformation extends Object implements Serializable, Identifiable, ModifiableIdentifiable, Visitable

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 Details

    • determinationType

      protected VecValueDetermination determinationType

      Specifies the determination type of the mass information.

    • value

      protected VecNumericalValue value

      Specifies the mass as numerical value.

    • valueSource

      protected String 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

      protected String xmlId
  • Constructor Details

    • VecMassInformation

      public VecMassInformation()
  • Method Details

    • getDeterminationType

      public VecValueDetermination getDeterminationType()
      Gets the value of the determinationType property.

      Specifies the determination type of the mass information.

      Returns:
      possible object is VecValueDetermination
    • setDeterminationType

      public void setDeterminationType(VecValueDetermination value)
      Sets the value of the determinationType property.
      Parameters:
      value - allowed object is VecValueDetermination
      See Also:
    • getValue

      public VecNumericalValue getValue()
      Gets the value of the value property.

      Specifies the mass as numerical value.

      Returns:
      possible object is VecNumericalValue
    • setValue

      public void setValue(VecNumericalValue value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is VecNumericalValue
      See Also:
    • getValueSource

      public String 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

      public void setValueSource(String value)
      Sets the value of the valueSource property.
      Parameters:
      value - allowed object is String
      See Also:
    • getXmlId

      public String getXmlId()
      Gets the value of the xmlId property.
      Specified by:
      getXmlId in interface Identifiable
      Returns:
      possible object is String
    • setXmlId

      public void setXmlId(String value)
      Sets the value of the xmlId property.
      Specified by:
      setXmlId in interface ModifiableIdentifiable
      Parameters:
      value - allowed object is String
    • accept

      public <R, E extends Throwable> R accept(Visitor<R,E> aVisitor) throws E
      Specified by:
      accept in interface Visitable
      Throws:
      E extends Throwable
    • toString

      public String toString()
      Overrides:
      toString in class Object