Class ValueStringCT


  • public class ValueStringCT
    extends Object
    Value of String datatype

    Java class for ValueString_CT complex type.

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

     <complexType name="ValueString_CT">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="dataType" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
           <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="reqOpt" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ReqOpt_ST" default="REQ" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ValueStringCT

        public ValueStringCT()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • 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 Object getDataType()
        Gets the value of the dataType property.
        Returns:
        possible object is Object
      • setDataType

        public void setDataType​(Object value)
        Sets the value of the dataType property.
        Parameters:
        value - allowed object is Object
      • 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
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getReqOpt

        public ReqOptST getReqOpt()
        Gets the value of the reqOpt property.
        Returns:
        possible object is ReqOptST
      • setReqOpt

        public void setReqOpt​(ReqOptST value)
        Sets the value of the reqOpt property.
        Parameters:
        value - allowed object is ReqOptST