java.lang.Object
org.bidib.jbidibc.decoder.schema.commontypes.VersionType
Direct Known Subclasses:
ManufacturersListVersionType

public class VersionType extends Object

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 Details

  • Constructor Details

    • VersionType

      public VersionType()
  • Method Details

    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is XMLGregorianCalendar
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • 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)