Class 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> &lt;complexType name="VersionType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;attribute name="createdBy" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="creatorLink" type="{http://www.w3.org/2001/XMLSchema}anyURI" /&gt; &lt;attribute name="author" type="{http://www.decoderdb.de/schema/commonTypes/1.2}tokenNotEmpty" /&gt; &lt;attribute name="lastUpdate" use="required" type="{http://www.decoderdb.de/schema/commonTypes/1.2}dateAndTime" /&gt; &lt;attribute name="created" type="{http://www.w3.org/2001/XMLSchema}date" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Constructor Detail

      • VersionType

        public VersionType()
    • 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 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object