Package gen.core.tbx

Class LangSet

java.lang.Object
gen.core.tbx.LangSet

public class LangSet 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>
         <choice>
           <choice maxOccurs="unbounded" minOccurs="0">
             <element ref="{}descrip"/>
             <element ref="{}descripGrp"/>
             <element ref="{}admin"/>
             <element ref="{}adminGrp"/>
             <element ref="{}transacGrp"/>
             <element ref="{}note"/>
             <element ref="{}ref"/>
             <element ref="{}xref"/>
           </choice>
         </choice>
         <choice maxOccurs="unbounded">
           <element ref="{}tig"/>
           <element ref="{}ntig"/>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the descripOrDescripGrpOrAdmin property.
    Gets the value of the id property.
    <pre> &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;div xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt; &lt;h3&gt;lang (as an attribute name)&lt;/h3&gt; &lt;p&gt; denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited.
    Gets the value of the tigOrNtig property.
    void
    setId(String value)
    Sets the value of the id property.
    void
    setLang(String value)
    Sets the value of the lang property.

    Methods inherited from class java.lang.Object

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

    • LangSet

      public LangSet()
  • Method Details

    • getDescripOrDescripGrpOrAdmin

      public List<Object> getDescripOrDescripGrpOrAdmin()
      Gets the value of the descripOrDescripGrpOrAdmin 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 Jakarta XML Binding object. This is why there is not a set method for the descripOrDescripGrpOrAdmin property.

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

       getDescripOrDescripGrpOrAdmin().add(newItem);
       

      Objects of the following type(s) are allowed in the list Admin AdminGrp Descrip DescripGrp Note Ref TransacGrp Xref

      Returns:
      The value of the descripOrDescripGrpOrAdmin property.
    • getTigOrNtig

      public List<Object> getTigOrNtig()
      Gets the value of the tigOrNtig 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 Jakarta XML Binding object. This is why there is not a set method for the tigOrNtig property.

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

       getTigOrNtig().add(newItem);
       

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

      Returns:
      The value of the tigOrNtig property.
    • 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
    • getLang

      public String getLang()
      <pre> &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;div xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt; &lt;h3&gt;lang (as an attribute name)&lt;/h3&gt; &lt;p&gt; denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.&lt;/p&gt; &lt;/div&gt; </pre> <pre> &lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;div xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt; &lt;h4&gt;Notes&lt;/h4&gt; &lt;p&gt; Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. &lt;/p&gt; &lt;p&gt; See BCP 47 at &lt;a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt"&gt; http://www.rfc-editor.org/rfc/bcp/bcp47.txt&lt;/a&gt; and the IANA language subtag registry at &lt;a href="http://www.iana.org/assignments/language-subtag-registry"&gt; http://www.iana.org/assignments/language-subtag-registry&lt;/a&gt; for further information. &lt;/p&gt; &lt;p&gt; The union allows for the 'un-declaration' of xml:lang with the empty string. &lt;/p&gt; &lt;/div&gt; </pre>
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String
      See Also: