Class 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>
     
    • 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