Class BusinessPropertyCT


  • public class BusinessPropertyCT
    extends VariableCT
    Business property type

    Java class for BusinessProperty_CT complex type.

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

     <complexType name="BusinessProperty_CT">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT">
           <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="classOfBusinessProperty" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}BusinessPropertyClassifier_ST" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BusinessPropertyCT

        public BusinessPropertyCT()
    • Method Detail

      • getMin

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

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

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

        public void setMax​(Float value)
        Sets the value of the max property.
        Parameters:
        value - allowed object is Float
      • 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 Float getDefaultValue()
        Gets the value of the defaultValue property.
        Returns:
        possible object is Float
      • setDefaultValue

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