Class Version


  • public class Version
    extends VersionContainerCtype

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{http://www.cienciavitae.pt/ns/common}version-container-ctype">
           <sequence>
             <element name="guid" type="{http://www.cienciavitae.pt/ns/common}string-50-stype" minOccurs="0"/>
             <element name="template" type="{http://www.cienciavitae.pt/ns/version}template-version-ctype"/>
             <element name="title" type="{http://www.cienciavitae.pt/ns/common}string-50-stype" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getGuid

        public String getGuid()
        Gets the value of the guid property.
        Returns:
        possible object is String
      • setGuid

        public void setGuid​(String value)
        Sets the value of the guid property.
        Parameters:
        value - allowed object is String
      • getTitle

        public String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String