Class GetLocalizedText

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class GetLocalizedText
    extends AbstractGet
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractGet">
           <sequence>
             <element name="Ref" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedTextRef" maxOccurs="unbounded" minOccurs="0"/>
             <element name="Version" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ReferencedVersion" minOccurs="0"/>
             <element name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" maxOccurs="unbounded" minOccurs="0"/>
             <element name="TextWidth" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedTextWidth" maxOccurs="unbounded" minOccurs="0"/>
             <element name="NumberOfLines" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetLocalizedText

        public GetLocalizedText()
    • Method Detail

      • getRef

        public List<String> getRef()
        Gets the value of the ref 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 ref property.

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

            getRef().add(newItem);
         

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

      • getVersion

        public BigInteger getVersion()
        Gets the value of the version property.
        Returns:
        possible object is BigInteger
      • setVersion

        public void setVersion​(BigInteger value)
        Sets the value of the version property.
        Parameters:
        value - allowed object is BigInteger
      • getLang

        public List<String> getLang()
        Gets the value of the lang 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 lang property.

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

            getLang().add(newItem);
         

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

      • getTextWidth

        public List<LocalizedTextWidth> getTextWidth()
        Gets the value of the textWidth 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 textWidth property.

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

            getTextWidth().add(newItem);
         

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

      • getNumberOfLines

        public List<BigInteger> getNumberOfLines()
        Gets the value of the numberOfLines 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 numberOfLines property.

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

            getNumberOfLines().add(newItem);
         

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

      • setRef

        public void setRef​(List<String> value)
      • setLang

        public void setLang​(List<String> value)
      • setNumberOfLines

        public void setNumberOfLines​(List<BigInteger> value)
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractGet
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractGet
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        createNewInstance in class AbstractGet
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class AbstractGet
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class AbstractGet