java.lang.Object
org.bremersee.garmin.garmintexttranslation.v1.model.Gtt
All Implemented Interfaces:
Serializable

public class Gtt extends Object implements Serializable
Holds the translated text package

Java class for translationType complex type.

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


 <complexType name="translationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hdr" type="{http://www.garmin.com/xmlschemas/GarminTextTranslation/v1}hdrType"/>
         <element name="str" type="{http://www.garmin.com/xmlschemas/GarminTextTranslation/v1}strType" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • Gtt

      public Gtt()
  • Method Details

    • getHdr

      public HdrType getHdr()
      Gets the value of the hdr property.
      Returns:
      possible object is HdrType
    • setHdr

      public void setHdr(HdrType value)
      Sets the value of the hdr property.
      Parameters:
      value - allowed object is HdrType
    • getStrs

      public List<StrType> getStrs()
      Gets the value of the strs 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 strs property.

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

          getStrs().add(newItem);
       

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

      Returns:
      The value of the strs property.