Class PropertyCT


  • public class PropertyCT
    extends VariableCT
    Property type

    Java class for Property_CT complex type.

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

     <complexType name="Property_CT">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT">
           <sequence>
             <element name="Choices" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attGroup ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ag_choiceData"/>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" />
           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="typeOfProperty">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}normalizedString">
                 <enumeration value="NORMAL"/>
                 <enumeration value="SELECTIVE"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="classOfProperty" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PropertyCT

        public PropertyCT()
    • Method Detail

      • getMin

        public Double getMin()
        Gets the value of the min property.
        Returns:
        possible object is Double
      • setMin

        public void setMin​(Double value)
        Sets the value of the min property.
        Parameters:
        value - allowed object is Double
      • getMax

        public Double getMax()
        Gets the value of the max property.
        Returns:
        possible object is Double
      • setMax

        public void setMax​(Double value)
        Sets the value of the max property.
        Parameters:
        value - allowed object is Double
      • getValue

        public String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getDefaultValue

        public String getDefaultValue()
        Gets the value of the defaultValue property.
        Returns:
        possible object is String
      • setDefaultValue

        public void setDefaultValue​(String value)
        Sets the value of the defaultValue property.
        Parameters:
        value - allowed object is String
      • getTypeOfProperty

        public String getTypeOfProperty()
        Gets the value of the typeOfProperty property.
        Returns:
        possible object is String
      • setTypeOfProperty

        public void setTypeOfProperty​(String value)
        Sets the value of the typeOfProperty property.
        Parameters:
        value - allowed object is String
      • getClassOfProperty

        public String getClassOfProperty()
        Gets the value of the classOfProperty property.
        Returns:
        possible object is String
      • setClassOfProperty

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