Class Gtt
java.lang.Object
org.bremersee.garmin.garmintexttranslation.v1.model.Gtt
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
hdr
-
strs
-
-
Constructor Details
-
Gtt
public Gtt()
-
-
Method Details
-
getHdr
Gets the value of the hdr property.- Returns:
- possible object is
HdrType
-
setHdr
Sets the value of the hdr property.- Parameters:
value- allowed object isHdrType
-
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
setmethod 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.
-