Class ImageType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.commontypes.ImageType
-
public class ImageType extends Object
<p>Java class for ImageType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Constructor Summary
Constructors Constructor Description ImageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetCopyright()Gets the value of the copyright property.LonggetFileSize()Gets the value of the fileSize property.XMLGregorianCalendargetLastModified()Gets the value of the lastModified property.StringgetName()Gets the value of the name property.StringgetSha1()Gets the value of the sha1 property.StringgetSrc()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.voidsetLastModified(XMLGregorianCalendar value)Sets the value of the lastModified property.voidsetName(String value)Sets the value of the name property.voidsetSha1(String value)Sets the value of the sha1 property.voidsetSrc(String value)Sets the value of the src property.StringtoString()ImageTypewithCopyright(String value)ImageTypewithFileSize(Long value)ImageTypewithLastModified(XMLGregorianCalendar value)ImageTypewithName(String value)ImageTypewithSha1(String value)ImageTypewithSrc(String value)
-
-
-
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 isString
-
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 isString
-
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 isXMLGregorianCalendar
-
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 isLong
-
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 isString
-
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 isString
-
withLastModified
public ImageType withLastModified(XMLGregorianCalendar value)
-
-