Class SourceT
java.lang.Object
org.bremersee.garmin.devicedownload.v1.model.SourceT
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the byteCount property.Gets the value of the location property.Gets the value of the md5Sum property.voidsetByteCount(BigInteger value) Sets the value of the byteCount property.voidsetLocation(String value) Sets the value of the location property.voidSets the value of the md5Sum property.
-
Field Details
-
location
-
md5Sum
-
byteCount
-
-
Constructor Details
-
SourceT
public SourceT()
-
-
Method Details
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isString
-
getMD5Sum
Gets the value of the md5Sum property.- Returns:
- possible object is
String
-
setMD5Sum
Sets the value of the md5Sum property.- Parameters:
value- allowed object isString
-
getByteCount
Gets the value of the byteCount property.- Returns:
- possible object is
BigInteger
-
setByteCount
Sets the value of the byteCount property.- Parameters:
value- allowed object isBigInteger
-