Class VariableSetCT

  • Direct Known Subclasses:
    VariableSetAndRefCT

    public class VariableSetCT
    extends Object
    grouping for Variables as one entity, instead of substitution group

    Java class for VariableSet_CT complex type.

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

     <complexType name="VariableSet_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableBoolean" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableNum" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}VariableString" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • VariableSetCT

        public VariableSetCT()
    • Method Detail

      • getVariableBoolean

        public List<VariableBooleanCT> getVariableBoolean()
        Gets the value of the variableBoolean property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the variableBoolean property.

        For example, to add a new item, do as follows:

            getVariableBoolean().add(newItem);
         

        Objects of the following type(s) are allowed in the list VariableBooleanCT

      • getVariableNum

        public List<VariableNumCT> getVariableNum()
        Gets the value of the variableNum property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the variableNum property.

        For example, to add a new item, do as follows:

            getVariableNum().add(newItem);
         

        Objects of the following type(s) are allowed in the list VariableNumCT

      • getVariableString

        public List<VariableStringCT> getVariableString()
        Gets the value of the variableString property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the variableString property.

        For example, to add a new item, do as follows:

            getVariableString().add(newItem);
         

        Objects of the following type(s) are allowed in the list VariableStringCT