Class SpecificationT

java.lang.Object
org.bremersee.garmin.garminoemdevice.v1.model.SpecificationT
All Implemented Interfaces:
Serializable

public class SpecificationT extends Object implements 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/GarminOEMDeviceExtensions/v1}NonZeroToken_t" minOccurs="0"/>
         <element name="Documentation" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • identifier

      protected String identifier
    • documentation

      protected String documentation
  • Constructor Details

    • SpecificationT

      public SpecificationT()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      Gets the value of the identifier property.
      Returns:
      possible object is String
    • setIdentifier

      public void setIdentifier(String value)
      Sets the value of the identifier property.
      Parameters:
      value - allowed object is String
    • getDocumentation

      public String getDocumentation()
      Gets the value of the documentation property.
      Returns:
      possible object is String
    • setDocumentation

      public void setDocumentation(String value)
      Sets the value of the documentation property.
      Parameters:
      value - allowed object is String