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.bidib.org/schema/commonTypes/1.0}tokenNotEmpty" />
<attribute name="src" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="lastModified" type="{http://www.bidib.org/schema/commonTypes/1.0}dateAndTime" />
<attribute name="copyright" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
copyright |
protected String |
lastModified |
protected String |
name |
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.
|
String |
getLastModified()
Gets the value of the lastModified property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSrc()
Gets the value of the src property.
|
int |
hashCode() |
void |
setCopyright(String value)
Sets the value of the copyright property.
|
void |
setLastModified(String value)
Sets the value of the lastModified property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSrc(String value)
Sets the value of the src property.
|
String |
toString() |
ImageType |
withCopyright(String value) |
ImageType |
withLastModified(String value) |
ImageType |
withName(String value) |
ImageType |
withSrc(String value) |
protected String name
protected String src
protected String lastModified
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 String getLastModified()
Stringpublic void setLastModified(String value)
value - allowed object is
Stringpublic String getCopyright()
Stringpublic void setCopyright(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.