Class I18N


  • public class I18N
    extends java.lang.Object

    Java class for i18n complex type.

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

     <complexType name="i18n">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="i18nString" type="{}i18nStringType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="locale" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      I18N()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<I18NStringType> getI18NString()
      Gets the value of the i18NString property.
      java.lang.String getLocale()
      Gets the value of the locale property.
      void setLocale​(java.lang.String value)
      Sets the value of the locale property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • locale

        protected java.lang.String locale
    • Constructor Detail

      • I18N

        public I18N()
    • Method Detail

      • getI18NString

        public java.util.List<I18NStringType> getI18NString()
        Gets the value of the i18NString 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 i18NString property.

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

            getI18NString().add(newItem);
         

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

      • getLocale

        public java.lang.String getLocale()
        Gets the value of the locale property.
        Returns:
        possible object is String
      • setLocale

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