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" />
<attribute name="lastUpdateString" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
</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 lastUpdateString property.Gets the value of the nmraListDate property.inthashCode()voidsetLastUpdateString(String value) Sets the value of the lastUpdateString property.voidSets the value of the nmraListDate property.toString()withAuthor(String value) withCreated(XMLGregorianCalendar value) withCreatedBy(String value) withCreatorLink(String value) withLastUpdate(String value) withLastUpdateString(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
-
lastUpdateString
-
-
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
-
getLastUpdateString
Gets the value of the lastUpdateString property.- Returns:
- possible object is
String
-
setLastUpdateString
Sets the value of the lastUpdateString property.- Parameters:
value- allowed object isString
-
toString
- Overrides:
toStringin classVersionType
-
equals
- Overrides:
equalsin classVersionType
-
hashCode
public int hashCode()- Overrides:
hashCodein classVersionType
-
withNmraListDate
-
withLastUpdateString
-
withCreatedBy
- Overrides:
withCreatedByin classVersionType
-
withCreatorLink
- Overrides:
withCreatorLinkin classVersionType
-
withAuthor
- Overrides:
withAuthorin classVersionType
-
withLastUpdate
- Overrides:
withLastUpdatein classVersionType
-
withCreated
- Overrides:
withCreatedin classVersionType
-