Class ManualType


  • public class ManualType
    extends Object
    <p>Java class for ManualType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ManualType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="name" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="src" type="{http://www.w3.org/2001/XMLSchema}anyURI" /&gt; &lt;attribute name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" /&gt; &lt;attribute name="fileSize" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /&gt; &lt;attribute name="sha1" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="copyright" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • ManualType

        public ManualType()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getSrc

        public String getSrc()
        Gets the value of the src property.
        Returns:
        possible object is String
      • setSrc

        public void setSrc​(String value)
        Sets the value of the src property.
        Parameters:
        value - allowed object is String
      • getFileSize

        public Long getFileSize()
        Gets the value of the fileSize property.
        Returns:
        possible object is Long
      • setFileSize

        public void setFileSize​(Long value)
        Sets the value of the fileSize property.
        Parameters:
        value - allowed object is Long
      • getSha1

        public String getSha1()
        Gets the value of the sha1 property.
        Returns:
        possible object is String
      • setSha1

        public void setSha1​(String value)
        Sets the value of the sha1 property.
        Parameters:
        value - allowed object is String
      • getCopyright

        public String getCopyright()
        Gets the value of the copyright property.
        Returns:
        possible object is String
      • setCopyright

        public void setCopyright​(String value)
        Sets the value of the copyright property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object