Class SpecificationT
java.lang.Object
org.bremersee.garmin.garmindevice.v2.model.SpecificationT
- All Implemented Interfaces:
Serializable
Java class for Specification_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Specification_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Identifier" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}NonZeroToken_t" minOccurs="0"/>
<element name="Documentation" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the documentation property.Gets the value of the identifier property.voidsetDocumentation(String value) Sets the value of the documentation property.voidsetIdentifier(String value) Sets the value of the identifier property.
-
Field Details
-
identifier
-
documentation
-
-
Constructor Details
-
SpecificationT
public SpecificationT()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier property.- Returns:
- possible object is
String
-
setIdentifier
Sets the value of the identifier property.- Parameters:
value- allowed object isString
-
getDocumentation
Gets the value of the documentation property.- Returns:
- possible object is
String
-
setDocumentation
Sets the value of the documentation property.- Parameters:
value- allowed object isString
-