java.lang.Object
org.bremersee.garmin.devicedownload.v1.model.SourceT
All Implemented Interfaces:
Serializable

public class SourceT extends Object implements Serializable

Java class for Source_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Source_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="Location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="MD5Sum" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ByteCount" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • location

      protected String location
    • md5Sum

      protected String md5Sum
    • byteCount

      protected BigInteger byteCount
  • Constructor Details

    • SourceT

      public SourceT()
  • Method Details

    • getLocation

      public String getLocation()
      Gets the value of the location property.
      Returns:
      possible object is String
    • setLocation

      public void setLocation(String value)
      Sets the value of the location property.
      Parameters:
      value - allowed object is String
    • getMD5Sum

      public String getMD5Sum()
      Gets the value of the md5Sum property.
      Returns:
      possible object is String
    • setMD5Sum

      public void setMD5Sum(String value)
      Sets the value of the md5Sum property.
      Parameters:
      value - allowed object is String
    • getByteCount

      public BigInteger getByteCount()
      Gets the value of the byteCount property.
      Returns:
      possible object is BigInteger
    • setByteCount

      public void setByteCount(BigInteger value)
      Sets the value of the byteCount property.
      Parameters:
      value - allowed object is BigInteger