Class UserAccountT
java.lang.Object
org.bremersee.garmin.useraccounts.v1.model.ext.UserAccountT
- All Implemented Interfaces:
Serializable
Java class for UserAccount_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserAccount_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Device" type="{http://www.garmin.com/xmlschemas/UserAccounts/v1}Device_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/UserAccounts/v1}Extensions_t" minOccurs="0"/>
</sequence>
<attribute name="AccountName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountName property.Gets the value of the devices property.Gets the value of the extensions property.voidsetAccountName(String value) Sets the value of the accountName property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.
-
Field Details
-
devices
-
extensions
-
accountName
-
-
Constructor Details
-
UserAccountT
public UserAccountT()
-
-
Method Details
-
getDevices
Gets the value of the devices 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 devices property.For example, to add a new item, do as follows:
getDevices().add(newItem);Objects of the following type(s) are allowed in the list
DeviceT- Returns:
- The value of the devices property.
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsT
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsT
-
getAccountName
Gets the value of the accountName property.- Returns:
- possible object is
String
-
setAccountName
Sets the value of the accountName property.- Parameters:
value- allowed object isString
-