Class ManualType


  • public class ManualType
    extends Object

    Java class for ManualType complex type.

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

     <complexType name="ManualType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
           <attribute name="src" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="lastModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
           <attribute name="fileSize" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="sha1" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="copyright" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • 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