Class VersionType
java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.VersionType
- Direct Known Subclasses:
ManufacturersListVersionType
Java class for VersionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VersionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="createdBy" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="creatorLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="author" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" />
<attribute name="lastUpdate" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}dateAndTime" />
<attribute name="created" type="{http://www.w3.org/2001/XMLSchema}date" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected XMLGregorianCalendarprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the author property.Gets the value of the created property.Gets the value of the createdBy property.Gets the value of the creatorLink property.Gets the value of the lastUpdate property.inthashCode()voidSets the value of the author property.voidsetCreated(XMLGregorianCalendar value) Sets the value of the created property.voidsetCreatedBy(String value) Sets the value of the createdBy property.voidsetCreatorLink(String value) Sets the value of the creatorLink property.voidsetLastUpdate(String value) Sets the value of the lastUpdate property.toString()withAuthor(String value) withCreated(XMLGregorianCalendar value) withCreatedBy(String value) withCreatorLink(String value) withLastUpdate(String value)
-
Field Details
-
createdBy
-
creatorLink
-
author
-
lastUpdate
-
created
-
-
Constructor Details
-
VersionType
public VersionType()
-
-
Method Details
-
getCreatedBy
Gets the value of the createdBy property.- Returns:
- possible object is
String
-
setCreatedBy
Sets the value of the createdBy property.- Parameters:
value- allowed object isString
-
getCreatorLink
Gets the value of the creatorLink property.- Returns:
- possible object is
String
-
setCreatorLink
Sets the value of the creatorLink property.- Parameters:
value- allowed object isString
-
getAuthor
Gets the value of the author property.- Returns:
- possible object is
String
-
setAuthor
Sets the value of the author property.- Parameters:
value- allowed object isString
-
getLastUpdate
Gets the value of the lastUpdate property.- Returns:
- possible object is
String
-
setLastUpdate
Sets the value of the lastUpdate property.- Parameters:
value- allowed object isString
-
getCreated
Gets the value of the created property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreated
Sets the value of the created property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
toString
-
equals
-
hashCode
public int hashCode() -
withCreatedBy
-
withCreatorLink
-
withAuthor
-
withLastUpdate
-
withCreated
-