Class IFixExtension
java.lang.Object
org.bremersee.garmin.ifix.v1.model.ext.IFixExtension
- All Implemented Interfaces:
Serializable
Extension to the Garmin Device schema
Java class for iFixExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="iFixExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Ifix" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/iFixExtensions/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.getIfix()Gets the value of the ifix property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidSets the value of the ifix property.
-
Field Details
-
ifix
-
extensions
-
-
Constructor Details
-
IFixExtension
public IFixExtension()
-
-
Method Details
-
getIfix
Gets the value of the ifix property.- Returns:
- possible object is
Long
-
setIfix
Sets the value of the ifix property.- Parameters:
value- allowed object isLong
-
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
-