java.lang.Object
org.bidib.jbidibc.decoder.schema.decoderfirmware.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>
 
  • Field Details

  • Constructor Details

    • ManualType

      public ManualType()
  • Method Details

    • 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
    • getLastModified

      public XMLGregorianCalendar getLastModified()
      Gets the value of the lastModified property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastModified

      public void setLastModified(XMLGregorianCalendar value)
      Sets the value of the lastModified property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withName

      public ManualType withName(String value)
    • withSrc

      public ManualType withSrc(String value)
    • withLastModified

      public ManualType withLastModified(XMLGregorianCalendar value)
    • withFileSize

      public ManualType withFileSize(Long value)
    • withSha1

      public ManualType withSha1(String value)
    • withCopyright

      public ManualType withCopyright(String value)