Class ImageType
java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.ImageType
Java class for ImageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageType">
<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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the copyright property.Gets the value of the fileSize property.Gets the value of the lastModified property.getName()Gets the value of the name property.getSha1()Gets the value of the sha1 property.getSrc()Gets the value of the src property.inthashCode()voidsetCopyright(String value) Sets the value of the copyright property.voidsetFileSize(Long value) Sets the value of the fileSize property.voidSets the value of the lastModified property.voidSets the value of the name property.voidSets the value of the sha1 property.voidSets the value of the src property.toString()withCopyright(String value) withFileSize(Long value)
-
Field Details
-
name
-
src
-
lastModified
-
fileSize
-
sha1
-
copyright
-
-
Constructor Details
-
ImageType
public ImageType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getSrc
Gets the value of the src property.- Returns:
- possible object is
String
-
setSrc
Sets the value of the src property.- Parameters:
value- allowed object isString
-
getLastModified
Gets the value of the lastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModified
Sets the value of the lastModified property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getFileSize
Gets the value of the fileSize property.- Returns:
- possible object is
Long
-
setFileSize
Sets the value of the fileSize property.- Parameters:
value- allowed object isLong
-
getSha1
Gets the value of the sha1 property.- Returns:
- possible object is
String
-
setSha1
Sets the value of the sha1 property.- Parameters:
value- allowed object isString
-
getCopyright
Gets the value of the copyright property.- Returns:
- possible object is
String
-
setCopyright
Sets the value of the copyright property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withName
-
withSrc
-
withLastModified
-
withFileSize
-
withSha1
-
withCopyright
-