Class Tu


  • public class Tu
    extends java.lang.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>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element ref="{}note"/>
               <element ref="{}prop"/>
             </choice>
             <element ref="{}tuv" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="tuid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="o-encoding" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="datatype" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="usagecount" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="lastusagedate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="creationtool" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="creationtoolversion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="creationdate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="creationid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="changedate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="segtype">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
                 <enumeration value="block"/>
                 <enumeration value="sentence"/>
                 <enumeration value="phrase"/>
                 <enumeration value="paragraph"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="changeid" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="o-tmf" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="srclang" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Tu()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getChangedate()
      Gets the value of the changedate property.
      java.lang.String getChangeid()
      Gets the value of the changeid property.
      java.lang.String getCreationdate()
      Gets the value of the creationdate property.
      java.lang.String getCreationid()
      Gets the value of the creationid property.
      java.lang.String getCreationtool()
      Gets the value of the creationtool property.
      java.lang.String getCreationtoolversion()
      Gets the value of the creationtoolversion property.
      java.lang.String getDatatype()
      Gets the value of the datatype property.
      java.lang.String getLastusagedate()
      Gets the value of the lastusagedate property.
      java.util.List<java.lang.Object> getNoteOrProp()
      Gets the value of the noteOrProp property.
      java.lang.String getOEncoding()
      Gets the value of the oEncoding property.
      java.lang.String getOTmf()
      Gets the value of the oTmf property.
      java.lang.String getSegtype()
      Gets the value of the segtype property.
      java.lang.String getSrclang()
      Gets the value of the srclang property.
      java.lang.String getTuid()
      Gets the value of the tuid property.
      java.util.List<Tuv> getTuv()
      Gets the value of the tuv property.
      java.lang.String getUsagecount()
      Gets the value of the usagecount property.
      void setChangedate​(java.lang.String value)
      Sets the value of the changedate property.
      void setChangeid​(java.lang.String value)
      Sets the value of the changeid property.
      void setCreationdate​(java.lang.String value)
      Sets the value of the creationdate property.
      void setCreationid​(java.lang.String value)
      Sets the value of the creationid property.
      void setCreationtool​(java.lang.String value)
      Sets the value of the creationtool property.
      void setCreationtoolversion​(java.lang.String value)
      Sets the value of the creationtoolversion property.
      void setDatatype​(java.lang.String value)
      Sets the value of the datatype property.
      void setLastusagedate​(java.lang.String value)
      Sets the value of the lastusagedate property.
      void setOEncoding​(java.lang.String value)
      Sets the value of the oEncoding property.
      void setOTmf​(java.lang.String value)
      Sets the value of the oTmf property.
      void setSegtype​(java.lang.String value)
      Sets the value of the segtype property.
      void setSrclang​(java.lang.String value)
      Sets the value of the srclang property.
      void setTuid​(java.lang.String value)
      Sets the value of the tuid property.
      void setUsagecount​(java.lang.String value)
      Sets the value of the usagecount property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Tu

        public Tu()
    • Method Detail

      • getNoteOrProp

        public java.util.List<java.lang.Object> getNoteOrProp()
        Gets the value of the noteOrProp 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 noteOrProp property.

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

            getNoteOrProp().add(newItem);
         

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

      • getTuv

        public java.util.List<Tuv> getTuv()
        Gets the value of the tuv 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 tuv property.

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

            getTuv().add(newItem);
         

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

      • getTuid

        public java.lang.String getTuid()
        Gets the value of the tuid property.
        Returns:
        possible object is String
      • setTuid

        public void setTuid​(java.lang.String value)
        Sets the value of the tuid property.
        Parameters:
        value - allowed object is String
      • getOEncoding

        public java.lang.String getOEncoding()
        Gets the value of the oEncoding property.
        Returns:
        possible object is String
      • setOEncoding

        public void setOEncoding​(java.lang.String value)
        Sets the value of the oEncoding property.
        Parameters:
        value - allowed object is String
      • getDatatype

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

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

        public java.lang.String getUsagecount()
        Gets the value of the usagecount property.
        Returns:
        possible object is String
      • setUsagecount

        public void setUsagecount​(java.lang.String value)
        Sets the value of the usagecount property.
        Parameters:
        value - allowed object is String
      • getLastusagedate

        public java.lang.String getLastusagedate()
        Gets the value of the lastusagedate property.
        Returns:
        possible object is String
      • setLastusagedate

        public void setLastusagedate​(java.lang.String value)
        Sets the value of the lastusagedate property.
        Parameters:
        value - allowed object is String
      • getCreationtool

        public java.lang.String getCreationtool()
        Gets the value of the creationtool property.
        Returns:
        possible object is String
      • setCreationtool

        public void setCreationtool​(java.lang.String value)
        Sets the value of the creationtool property.
        Parameters:
        value - allowed object is String
      • getCreationtoolversion

        public java.lang.String getCreationtoolversion()
        Gets the value of the creationtoolversion property.
        Returns:
        possible object is String
      • setCreationtoolversion

        public void setCreationtoolversion​(java.lang.String value)
        Sets the value of the creationtoolversion property.
        Parameters:
        value - allowed object is String
      • getCreationdate

        public java.lang.String getCreationdate()
        Gets the value of the creationdate property.
        Returns:
        possible object is String
      • setCreationdate

        public void setCreationdate​(java.lang.String value)
        Sets the value of the creationdate property.
        Parameters:
        value - allowed object is String
      • getCreationid

        public java.lang.String getCreationid()
        Gets the value of the creationid property.
        Returns:
        possible object is String
      • setCreationid

        public void setCreationid​(java.lang.String value)
        Sets the value of the creationid property.
        Parameters:
        value - allowed object is String
      • getChangedate

        public java.lang.String getChangedate()
        Gets the value of the changedate property.
        Returns:
        possible object is String
      • setChangedate

        public void setChangedate​(java.lang.String value)
        Sets the value of the changedate property.
        Parameters:
        value - allowed object is String
      • getSegtype

        public java.lang.String getSegtype()
        Gets the value of the segtype property.
        Returns:
        possible object is String
      • setSegtype

        public void setSegtype​(java.lang.String value)
        Sets the value of the segtype property.
        Parameters:
        value - allowed object is String
      • getChangeid

        public java.lang.String getChangeid()
        Gets the value of the changeid property.
        Returns:
        possible object is String
      • setChangeid

        public void setChangeid​(java.lang.String value)
        Sets the value of the changeid property.
        Parameters:
        value - allowed object is String
      • getOTmf

        public java.lang.String getOTmf()
        Gets the value of the oTmf property.
        Returns:
        possible object is String
      • setOTmf

        public void setOTmf​(java.lang.String value)
        Sets the value of the oTmf property.
        Parameters:
        value - allowed object is String
      • getSrclang

        public java.lang.String getSrclang()
        Gets the value of the srclang property.
        Returns:
        possible object is String
      • setSrclang

        public void setSrclang​(java.lang.String value)
        Sets the value of the srclang property.
        Parameters:
        value - allowed object is String