Class VersionType
- java.lang.Object
-
- org.bidib.jbidibc.decoder.schema.commontypes.VersionType
-
- Direct Known Subclasses:
ManufacturersListVersionType
public class VersionType extends Object
<p>Java class for VersionType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <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> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringauthorprotected XMLGregorianCalendarcreatedprotected StringcreatedByprotected StringcreatorLinkprotected StringlastUpdate
-
Constructor Summary
Constructors Constructor Description VersionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetAuthor()Gets the value of the author property.XMLGregorianCalendargetCreated()Gets the value of the created property.StringgetCreatedBy()Gets the value of the createdBy property.StringgetCreatorLink()Gets the value of the creatorLink property.StringgetLastUpdate()Gets the value of the lastUpdate property.inthashCode()voidsetAuthor(String value)Sets 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.StringtoString()VersionTypewithAuthor(String value)VersionTypewithCreated(XMLGregorianCalendar value)VersionTypewithCreatedBy(String value)VersionTypewithCreatorLink(String value)VersionTypewithLastUpdate(String value)
-
-
-
Field Detail
-
createdBy
protected String createdBy
-
creatorLink
protected String creatorLink
-
author
protected String author
-
lastUpdate
protected String lastUpdate
-
created
protected XMLGregorianCalendar created
-
-
Method Detail
-
getCreatedBy
public String getCreatedBy()
Gets the value of the createdBy property.- Returns:
- possible object is
String
-
setCreatedBy
public void setCreatedBy(String value)
Sets the value of the createdBy property.- Parameters:
value- allowed object isString
-
getCreatorLink
public String getCreatorLink()
Gets the value of the creatorLink property.- Returns:
- possible object is
String
-
setCreatorLink
public void setCreatorLink(String value)
Sets the value of the creatorLink property.- Parameters:
value- allowed object isString
-
getAuthor
public String getAuthor()
Gets the value of the author property.- Returns:
- possible object is
String
-
setAuthor
public void setAuthor(String value)
Sets the value of the author property.- Parameters:
value- allowed object isString
-
getLastUpdate
public String getLastUpdate()
Gets the value of the lastUpdate property.- Returns:
- possible object is
String
-
setLastUpdate
public void setLastUpdate(String value)
Sets the value of the lastUpdate property.- Parameters:
value- allowed object isString
-
getCreated
public XMLGregorianCalendar getCreated()
Gets the value of the created property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreated
public void setCreated(XMLGregorianCalendar value)
Sets the value of the created property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
withCreatedBy
public VersionType withCreatedBy(String value)
-
withCreatorLink
public VersionType withCreatorLink(String value)
-
withAuthor
public VersionType withAuthor(String value)
-
withLastUpdate
public VersionType withLastUpdate(String value)
-
withCreated
public VersionType withCreated(XMLGregorianCalendar value)
-
-