Class VariableCTWComplex

  • Direct Known Subclasses:
    VariableBooleanCT, VariableNumCT, VariableStringCT

    public class VariableCTWComplex
    extends VariableCT
    Definition of Variable type with Complex structures

    Java class for Variable_CT_wComplex complex type.

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

     <complexType name="Variable_CT_wComplex">
       <complexContent>
         <extension base="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}Variable_CT">
           <sequence>
             <element name="ComplexValue" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ValueComplex_CT" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • VariableCTWComplex

        public VariableCTWComplex()
    • Method Detail

      • getComplexValue

        public ValueComplexCT getComplexValue()
        Gets the value of the complexValue property.
        Returns:
        possible object is ValueComplexCT
      • setComplexValue

        public void setComplexValue​(ValueComplexCT value)
        Sets the value of the complexValue property.
        Parameters:
        value - allowed object is ValueComplexCT