Class EulaT
java.lang.Object
org.bremersee.garmin.eula.v1.model.EulaT
- All Implemented Interfaces:
Serializable
Java class for Eula_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Eula_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PartNumber" type="{http://www.garmin.com/xmlschemas/Eula/v1}PartNumber_t"/>
<element name="Version" type="{http://www.garmin.com/xmlschemas/Eula/v1}Version_t"/>
<element name="Acknowledged" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/Eula/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected ExtensionsTprotected Stringprotected Stringprotected VersionT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the partNumber property.getTitle()Gets the value of the title property.Gets the value of the version property.booleanGets the value of the acknowledged property.voidsetAcknowledged(boolean value) Sets the value of the acknowledged property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetPartNumber(String value) Sets the value of the partNumber property.voidSets the value of the title property.voidsetVersion(VersionT value) Sets the value of the version property.
-
Field Details
-
partNumber
-
version
-
acknowledged
protected boolean acknowledged -
title
-
extensions
-
-
Constructor Details
-
EulaT
public EulaT()
-
-
Method Details
-
getPartNumber
Gets the value of the partNumber property.- Returns:
- possible object is
String
-
setPartNumber
Sets the value of the partNumber property.- Parameters:
value- allowed object isString
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
VersionT
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isVersionT
-
isAcknowledged
public boolean isAcknowledged()Gets the value of the acknowledged property. -
setAcknowledged
public void setAcknowledged(boolean value) Sets the value of the acknowledged property. -
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
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
-