Class Entry
java.lang.Object
com.io7m.sunburst.xml.packages.jaxb.Entry
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Path" use="required" type="{urn:com.io7m.sunburst:package:1}PathT" />
<attribute name="HashAlgorithm" use="required" type="{urn:com.io7m.sunburst:package:1}HashAlgorithmT" />
<attribute name="HashValue" use="required" type="{urn:com.io7m.sunburst:package:1}HashT" />
<attribute name="Size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
<attribute name="ContentType" use="required" type="{urn:com.io7m.sunburst:package:1}ContentTypeT" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected HashAlgorithmTprotected Stringprotected Stringprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contentType property.Gets the value of the hashAlgorithm property.Gets the value of the hashValue property.getPath()Gets the value of the path property.getSize()Gets the value of the size property.voidsetContentType(String value) Sets the value of the contentType property.voidsetHashAlgorithm(HashAlgorithmT value) Sets the value of the hashAlgorithm property.voidsetHashValue(String value) Sets the value of the hashValue property.voidSets the value of the path property.voidsetSize(BigInteger value) Sets the value of the size property.
-
Field Details
-
path
-
hashAlgorithm
-
hashValue
-
size
-
contentType
-
-
Constructor Details
-
Entry
public Entry()
-
-
Method Details
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getHashAlgorithm
Gets the value of the hashAlgorithm property.- Returns:
- possible object is
HashAlgorithmT
-
setHashAlgorithm
Sets the value of the hashAlgorithm property.- Parameters:
value- allowed object isHashAlgorithmT
-
getHashValue
Gets the value of the hashValue property.- Returns:
- possible object is
String
-
setHashValue
Sets the value of the hashValue property.- Parameters:
value- allowed object isString
-
getSize
Gets the value of the size property.- Returns:
- possible object is
BigInteger
-
setSize
Sets the value of the size property.- Parameters:
value- allowed object isBigInteger
-
getContentType
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
Sets the value of the contentType property.- Parameters:
value- allowed object isString
-