Module nl.tno.omt
Package nl.tno.omt

Class SimpleDataType

java.lang.Object
nl.tno.omt.SimpleDataType
Direct Known Subclasses:
SimpleDataTypesType.SimpleData

public class SimpleDataType extends Object

Java class for simpleDataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="simpleDataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://standards.ieee.org/IEEE1516-2010}IdentifierType"/>
         <element name="representation" type="{http://standards.ieee.org/IEEE1516-2010}ReferenceType"/>
         <element name="units" type="{http://standards.ieee.org/IEEE1516-2010}NonEmptyString" minOccurs="0"/>
         <element name="resolution" type="{http://standards.ieee.org/IEEE1516-2010}NonEmptyString" minOccurs="0"/>
         <element name="accuracy" type="{http://standards.ieee.org/IEEE1516-2010}NonEmptyString" minOccurs="0"/>
         <element name="semantics" type="{http://standards.ieee.org/IEEE1516-2010}String" minOccurs="0"/>
         <any namespace='##other' minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://standards.ieee.org/IEEE1516-2010}commonAttributes"/>
       <anyAttribute namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SimpleDataType

      public SimpleDataType()
  • Method Details

    • getName

      public IdentifierType getName()
      Gets the value of the name property.
      Returns:
      possible object is IdentifierType
    • setName

      public void setName(IdentifierType value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is IdentifierType
    • getRepresentation

      public ReferenceType getRepresentation()
      Gets the value of the representation property.
      Returns:
      possible object is ReferenceType
    • setRepresentation

      public void setRepresentation(ReferenceType value)
      Sets the value of the representation property.
      Parameters:
      value - allowed object is ReferenceType
    • getUnits

      public NonEmptyString getUnits()
      Gets the value of the units property.
      Returns:
      possible object is NonEmptyString
    • setUnits

      public void setUnits(NonEmptyString value)
      Sets the value of the units property.
      Parameters:
      value - allowed object is NonEmptyString
    • getResolution

      public NonEmptyString getResolution()
      Gets the value of the resolution property.
      Returns:
      possible object is NonEmptyString
    • setResolution

      public void setResolution(NonEmptyString value)
      Sets the value of the resolution property.
      Parameters:
      value - allowed object is NonEmptyString
    • getAccuracy

      public NonEmptyString getAccuracy()
      Gets the value of the accuracy property.
      Returns:
      possible object is NonEmptyString
    • setAccuracy

      public void setAccuracy(NonEmptyString value)
      Sets the value of the accuracy property.
      Parameters:
      value - allowed object is NonEmptyString
    • getSemantics

      public HLAString getSemantics()
      Gets the value of the semantics property.
      Returns:
      possible object is HLAString
    • setSemantics

      public void setSemantics(HLAString value)
      Sets the value of the semantics property.
      Parameters:
      value - allowed object is HLAString
    • getAny

      public Object getAny()
      Gets the value of the any property.
      Returns:
      possible object is Object
    • setAny

      public void setAny(Object value)
      Sets the value of the any property.
      Parameters:
      value - allowed object is Object
    • getNotes

      public String getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
    • getIdtag

      public String getIdtag()
      Gets the value of the idtag property.
      Returns:
      possible object is String
    • setIdtag

      public void setIdtag(String value)
      Sets the value of the idtag property.
      Parameters:
      value - allowed object is String
    • getOtherAttributes

      public Map<QName,String> getOtherAttributes()
      Gets a map that contains attributes that aren't bound to any typed property on this class.

      the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

      Returns:
      always non-null