Class Trans


  • public class Trans
    extends TextContent

    Java class for Trans complex type.

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

     <complexType name="Trans">
       <complexContent>
         <extension base="{}TextContent">
           <attribute name="SegID" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Language" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • segID

        protected int segID
      • language

        protected String language
    • Constructor Detail

      • Trans

        public Trans()
    • Method Detail

      • getSegID

        public int getSegID()
        Gets the value of the segID property.
      • setSegID

        public void setSegID​(int value)
        Sets the value of the segID property.
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

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