Class ValueStructCT.Member

  • Enclosing class:
    ValueStructCT

    public static class ValueStructCT.Member
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}g_Value"/>
           </sequence>
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
           <attribute name="datatype" use="required" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}DataTypeRef_ST" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Member

        public Member()
    • Method Detail

      • getSimpleValue

        public ValueSimpleCT getSimpleValue()
        Gets the value of the simpleValue property.
        Returns:
        possible object is ValueSimpleCT
      • setSimpleValue

        public void setSimpleValue​(ValueSimpleCT value)
        Sets the value of the simpleValue property.
        Parameters:
        value - allowed object is ValueSimpleCT
      • getStringValue

        public ValueStringCT getStringValue()
        Gets the value of the stringValue property.
        Returns:
        possible object is ValueStringCT
      • setStringValue

        public void setStringValue​(ValueStringCT value)
        Sets the value of the stringValue property.
        Parameters:
        value - allowed object is ValueStringCT
      • 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
      • getDatatype

        public String getDatatype()
        Gets the value of the datatype property.
        Returns:
        possible object is String
      • setDatatype

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