public class ManufacturersListVersionType extends VersionType
Java class for ManufacturersListVersionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManufacturersListVersionType">
<complexContent>
<extension base="{http://www.bidib.org/schema/commonTypes/1.0}VersionType">
<attribute name="nmraListDate" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
nmraListDate |
author, created, createdBy, creatorLink, lastUpdate| Constructor and Description |
|---|
ManufacturersListVersionType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
XMLGregorianCalendar |
getNmraListDate()
Gets the value of the nmraListDate property.
|
int |
hashCode() |
void |
setNmraListDate(XMLGregorianCalendar value)
Sets the value of the nmraListDate property.
|
String |
toString() |
ManufacturersListVersionType |
withAuthor(String value) |
ManufacturersListVersionType |
withCreated(XMLGregorianCalendar value) |
ManufacturersListVersionType |
withCreatedBy(String value) |
ManufacturersListVersionType |
withCreatorLink(String value) |
ManufacturersListVersionType |
withLastUpdate(String value) |
ManufacturersListVersionType |
withNmraListDate(XMLGregorianCalendar value) |
getAuthor, getCreated, getCreatedBy, getCreatorLink, getLastUpdate, setAuthor, setCreated, setCreatedBy, setCreatorLink, setLastUpdateprotected XMLGregorianCalendar nmraListDate
public XMLGregorianCalendar getNmraListDate()
XMLGregorianCalendarpublic void setNmraListDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String toString()
toString in class VersionTypepublic boolean equals(Object that)
equals in class VersionTypepublic int hashCode()
hashCode in class VersionTypepublic ManufacturersListVersionType withNmraListDate(XMLGregorianCalendar value)
public ManufacturersListVersionType withCreatedBy(String value)
withCreatedBy in class VersionTypepublic ManufacturersListVersionType withCreatorLink(String value)
withCreatorLink in class VersionTypepublic ManufacturersListVersionType withAuthor(String value)
withAuthor in class VersionTypepublic ManufacturersListVersionType withLastUpdate(String value)
withLastUpdate in class VersionTypepublic ManufacturersListVersionType withCreated(XMLGregorianCalendar value)
withCreated in class VersionTypeCopyright © 2018. All rights reserved.