java.lang.Object
com.io7m.sunburst.xml.packages.jaxb.Entry

public class Entry extends Object

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 Details

  • Constructor Details

    • Entry

      public Entry()
  • Method Details

    • getPath

      public String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      public void setPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • getHashAlgorithm

      public HashAlgorithmT getHashAlgorithm()
      Gets the value of the hashAlgorithm property.
      Returns:
      possible object is HashAlgorithmT
    • setHashAlgorithm

      public void setHashAlgorithm(HashAlgorithmT value)
      Sets the value of the hashAlgorithm property.
      Parameters:
      value - allowed object is HashAlgorithmT
    • getHashValue

      public String getHashValue()
      Gets the value of the hashValue property.
      Returns:
      possible object is String
    • setHashValue

      public void setHashValue(String value)
      Sets the value of the hashValue property.
      Parameters:
      value - allowed object is String
    • getSize

      public BigInteger getSize()
      Gets the value of the size property.
      Returns:
      possible object is BigInteger
    • setSize

      public void setSize(BigInteger value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is BigInteger
    • getContentType

      public String getContentType()
      Gets the value of the contentType property.
      Returns:
      possible object is String
    • setContentType

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