Class VariableBaseCT

  • Direct Known Subclasses:
    VariableCT

    public class VariableBaseCT
    extends Object
    Definition of Variable base

    Java class for VariableBase_CT complex type.

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

     <complexType name="VariableBase_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="increment" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="unit" type="{http://www.w3.org/2001/XMLSchema}string" default="NA" />
           <attribute name="decade" type="{http://www.w3.org/2001/XMLSchema}float" default="0" />
           <attribute name="eClassIRDI_Ref" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • description

        protected String description
      • increment

        protected Float increment
      • decade

        protected Float decade
      • eClassIRDIRef

        protected String eClassIRDIRef
    • Constructor Detail

      • VariableBaseCT

        public VariableBaseCT()
    • Method Detail

      • getGid

        public String getGid()
        Gets the value of the gid property.
        Returns:
        possible object is String
      • setGid

        public void setGid​(String value)
        Sets the value of the gid property.
        Parameters:
        value - allowed object is String
      • getName

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

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getIncrement

        public Float getIncrement()
        Gets the value of the increment property.
        Returns:
        possible object is Float
      • setIncrement

        public void setIncrement​(Float value)
        Sets the value of the increment property.
        Parameters:
        value - allowed object is Float
      • getUnit

        public String getUnit()
        Gets the value of the unit property.
        Returns:
        possible object is String
      • setUnit

        public void setUnit​(String value)
        Sets the value of the unit property.
        Parameters:
        value - allowed object is String
      • getDecade

        public float getDecade()
        Gets the value of the decade property.
        Returns:
        possible object is Float
      • setDecade

        public void setDecade​(Float value)
        Sets the value of the decade property.
        Parameters:
        value - allowed object is Float
      • getEClassIRDIRef

        public String getEClassIRDIRef()
        Gets the value of the eClassIRDIRef property.
        Returns:
        possible object is String
      • setEClassIRDIRef

        public void setEClassIRDIRef​(String value)
        Sets the value of the eClassIRDIRef property.
        Parameters:
        value - allowed object is String