Class ManufacturersListVersionType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.commontypes.VersionType
-
- org.bidib.jbidibc.decoder.schema.manufacturers.ManufacturersListVersionType
-
public class ManufacturersListVersionType extends VersionType
<p>Java class for ManufacturersListVersionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="ManufacturersListVersionType"> <complexContent> <extension base="{http://www.decoderdb.de/schema/commonTypes/1.2}VersionType"> <attribute name="nmraListDate" use="required" type="{http://www.w3.org/2001/XMLSchema}date" /> </extension> </complexContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendarnmraListDate-
Fields inherited from class org.bidib.jbidibc.decoder.schema.commontypes.VersionType
author, created, createdBy, creatorLink, lastUpdate
-
-
Constructor Summary
Constructors Constructor Description ManufacturersListVersionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)XMLGregorianCalendargetNmraListDate()Gets the value of the nmraListDate property.inthashCode()voidsetNmraListDate(XMLGregorianCalendar value)Sets the value of the nmraListDate property.StringtoString()ManufacturersListVersionTypewithAuthor(String value)ManufacturersListVersionTypewithCreated(XMLGregorianCalendar value)ManufacturersListVersionTypewithCreatedBy(String value)ManufacturersListVersionTypewithCreatorLink(String value)ManufacturersListVersionTypewithLastUpdate(String value)ManufacturersListVersionTypewithNmraListDate(XMLGregorianCalendar value)-
Methods inherited from class org.bidib.jbidibc.decoder.schema.commontypes.VersionType
getAuthor, getCreated, getCreatedBy, getCreatorLink, getLastUpdate, setAuthor, setCreated, setCreatedBy, setCreatorLink, setLastUpdate
-
-
-
-
Field Detail
-
nmraListDate
protected XMLGregorianCalendar nmraListDate
-
-
Method Detail
-
getNmraListDate
public XMLGregorianCalendar getNmraListDate()
Gets the value of the nmraListDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNmraListDate
public void setNmraListDate(XMLGregorianCalendar value)
Sets the value of the nmraListDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
toString
public String toString()
- Overrides:
toStringin classVersionType
-
equals
public boolean equals(Object that)
- Overrides:
equalsin classVersionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classVersionType
-
withNmraListDate
public ManufacturersListVersionType withNmraListDate(XMLGregorianCalendar value)
-
withCreatedBy
public ManufacturersListVersionType withCreatedBy(String value)
- Overrides:
withCreatedByin classVersionType
-
withCreatorLink
public ManufacturersListVersionType withCreatorLink(String value)
- Overrides:
withCreatorLinkin classVersionType
-
withAuthor
public ManufacturersListVersionType withAuthor(String value)
- Overrides:
withAuthorin classVersionType
-
withLastUpdate
public ManufacturersListVersionType withLastUpdate(String value)
- Overrides:
withLastUpdatein classVersionType
-
withCreated
public ManufacturersListVersionType withCreated(XMLGregorianCalendar value)
- Overrides:
withCreatedin classVersionType
-
-