public class ImageType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
copyright |
protected Long |
fileSize |
protected XMLGregorianCalendar |
lastModified |
protected String |
name |
protected String |
sha1 |
protected String |
src |
| Constructor and Description |
|---|
ImageType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getCopyright()
Gets the value of the copyright property.
|
Long |
getFileSize()
Gets the value of the fileSize property.
|
XMLGregorianCalendar |
getLastModified()
Gets the value of the lastModified property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSha1()
Gets the value of the sha1 property.
|
String |
getSrc()
Gets the value of the src property.
|
int |
hashCode() |
void |
setCopyright(String value)
Sets the value of the copyright property.
|
void |
setFileSize(Long value)
Sets the value of the fileSize property.
|
void |
setLastModified(XMLGregorianCalendar value)
Sets the value of the lastModified property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSha1(String value)
Sets the value of the sha1 property.
|
void |
setSrc(String value)
Sets the value of the src property.
|
String |
toString() |
ImageType |
withCopyright(String value) |
ImageType |
withFileSize(Long value) |
ImageType |
withLastModified(XMLGregorianCalendar value) |
ImageType |
withName(String value) |
ImageType |
withSha1(String value) |
ImageType |
withSrc(String value) |
protected String name
protected String src
protected XMLGregorianCalendar lastModified
protected Long fileSize
protected String sha1
protected String copyright
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getSrc()
Stringpublic void setSrc(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Long getFileSize()
Longpublic void setFileSize(Long value)
value - allowed object is
Longpublic String getSha1()
Stringpublic void setSha1(String value)
value - allowed object is
Stringpublic String getCopyright()
Stringpublic void setCopyright(String value)
value - allowed object is
Stringpublic ImageType withLastModified(XMLGregorianCalendar value)
Copyright © 2021. All rights reserved.