Class TrademarkCtype


  • public class TrademarkCtype
    extends Object
    Corresponding to "output:output-type[@code='P405']"

    Java class for trademark-ctype complex type.

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

     <complexType name="trademark-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="trademark-title" type="{http://www.cienciavitae.pt/ns/common}string-400-stype"/>
             <element name="owner" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="trademark-status" type="{http://www.cienciavitae.pt/ns/output}trademark-status-ctype" minOccurs="0"/>
             <element name="application-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
             <element name="date-issued" type="{http://www.cienciavitae.pt/ns/common}date-ctype"/>
             <element name="end-date" type="{http://www.cienciavitae.pt/ns/common}date-ctype" minOccurs="0"/>
             <element name="identifiers" type="{http://www.cienciavitae.pt/ns/output}identifiers-ctype" minOccurs="0"/>
             <element name="authors" type="{http://www.cienciavitae.pt/ns/output}authors-ctype"/>
             <group ref="{http://www.cienciavitae.pt/ns/common}research-classifications-keywords-group"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TrademarkCtype

        public TrademarkCtype()
    • Method Detail

      • getTrademarkTitle

        public String getTrademarkTitle()
        Gets the value of the trademarkTitle property.
        Returns:
        possible object is String
      • setTrademarkTitle

        public void setTrademarkTitle​(String value)
        Sets the value of the trademarkTitle property.
        Parameters:
        value - allowed object is String
      • getOwner

        public String getOwner()
        Gets the value of the owner property.
        Returns:
        possible object is String
      • setOwner

        public void setOwner​(String value)
        Sets the value of the owner property.
        Parameters:
        value - allowed object is String
      • getApplicationDate

        public DateCtype getApplicationDate()
        Gets the value of the applicationDate property.
        Returns:
        possible object is DateCtype
      • setApplicationDate

        public void setApplicationDate​(DateCtype value)
        Sets the value of the applicationDate property.
        Parameters:
        value - allowed object is DateCtype
      • getDateIssued

        public DateCtype getDateIssued()
        Gets the value of the dateIssued property.
        Returns:
        possible object is DateCtype
      • setDateIssued

        public void setDateIssued​(DateCtype value)
        Sets the value of the dateIssued property.
        Parameters:
        value - allowed object is DateCtype
      • getEndDate

        public DateCtype getEndDate()
        Gets the value of the endDate property.
        Returns:
        possible object is DateCtype
      • setEndDate

        public void setEndDate​(DateCtype value)
        Sets the value of the endDate property.
        Parameters:
        value - allowed object is DateCtype
      • setIdentifiers

        public void setIdentifiers​(IdentifiersCtype value)
        Sets the value of the identifiers property.
        Parameters:
        value - allowed object is IdentifiersCtype
      • getAuthors

        public AuthorsCtype getAuthors()
        Gets the value of the authors property.
        Returns:
        possible object is AuthorsCtype
      • setAuthors

        public void setAuthors​(AuthorsCtype value)
        Sets the value of the authors property.
        Parameters:
        value - allowed object is AuthorsCtype
      • getKeywords

        public KeywordsCtype getKeywords()
        Gets the value of the keywords property.
        Returns:
        possible object is KeywordsCtype
      • setKeywords

        public void setKeywords​(KeywordsCtype value)
        Sets the value of the keywords property.
        Parameters:
        value - allowed object is KeywordsCtype