Class ManufacturersListVersionType
java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.VersionType
org.bidib.jbidibc.decoder.schema.manufacturers.ManufacturersListVersionType
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.decoderdb.de/schema/commonTypes/1.2}VersionType">
<attribute name="nmraListDate" use="required" type="{http://www.w3.org/2001/XMLSchema}date" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.bidib.jbidibc.decoder.schema.commontypes.VersionType
author, created, createdBy, creatorLink, lastUpdate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the nmraListDate property.inthashCode()voidSets the value of the nmraListDate property.toString()withAuthor(String value) withCreated(XMLGregorianCalendar value) withCreatedBy(String value) withCreatorLink(String value) withLastUpdate(String value) Methods inherited from class org.bidib.jbidibc.decoder.schema.commontypes.VersionType
getAuthor, getCreated, getCreatedBy, getCreatorLink, getLastUpdate, setAuthor, setCreated, setCreatedBy, setCreatorLink, setLastUpdate
-
Field Details
-
nmraListDate
-
-
Constructor Details
-
ManufacturersListVersionType
public ManufacturersListVersionType()
-
-
Method Details
-
getNmraListDate
Gets the value of the nmraListDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setNmraListDate
Sets the value of the nmraListDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
toString
- Overrides:
toStringin classVersionType
-
equals
- Overrides:
equalsin classVersionType
-
hashCode
public int hashCode()- Overrides:
hashCodein classVersionType
-
withNmraListDate
-
withCreatedBy
- Overrides:
withCreatedByin classVersionType
-
withCreatorLink
- Overrides:
withCreatorLinkin classVersionType
-
withAuthor
- Overrides:
withAuthorin classVersionType
-
withLastUpdate
- Overrides:
withLastUpdatein classVersionType
-
withCreated
- Overrides:
withCreatedin classVersionType
-