Class XjcMarkTrademarkType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.mark.XjcMarkTrademarkType

public class XjcMarkTrademarkType extends XjcObject

Java class for trademarkType complex type

.

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

 <complexType name="trademarkType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{urn:ietf:params:xml:ns:mark-1.0}idType"/>
         <element name="markName" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="holder" type="{urn:ietf:params:xml:ns:mark-1.0}holderType" maxOccurs="unbounded"/>
         <element name="contact" type="{urn:ietf:params:xml:ns:mark-1.0}contactType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="jurisdiction" type="{urn:ietf:params:xml:ns:mark-1.0}ccType"/>
         <element name="class" type="{http://www.w3.org/2001/XMLSchema}integer" maxOccurs="unbounded" minOccurs="0"/>
         <element name="label" type="{urn:ietf:params:xml:ns:mark-1.0}labelType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="goodsAndServices" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="apId" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="apDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="regNum" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="regDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="exDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      protected String id
    • markName

      protected String markName
    • holders

      protected List<XjcMarkHolderType> holders
    • contacts

      protected List<XjcMarkContactType> contacts
    • jurisdiction

      protected String jurisdiction
    • clazzs

      protected List<BigInteger> clazzs
    • labels

      protected List<String> labels
    • goodsAndServices

      protected String goodsAndServices
    • apId

      protected String apId
    • apDate

      protected org.joda.time.DateTime apDate
    • regNum

      protected String regNum
    • regDate

      protected org.joda.time.DateTime regDate
    • exDate

      protected org.joda.time.DateTime exDate
  • Constructor Details

    • XjcMarkTrademarkType

      public XjcMarkTrademarkType()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getMarkName

      public String getMarkName()
      Gets the value of the markName property.
      Returns:
      possible object is String
    • setMarkName

      public void setMarkName(String value)
      Sets the value of the markName property.
      Parameters:
      value - allowed object is String
    • getHolders

      public List<XjcMarkHolderType> getHolders()
      Gets the value of the holders property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the holders property.

      For example, to add a new item, do as follows:

       getHolders().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcMarkHolderType

      Returns:
      The value of the holders property.
    • getContacts

      public List<XjcMarkContactType> getContacts()
      Gets the value of the contacts property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the contacts property.

      For example, to add a new item, do as follows:

       getContacts().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcMarkContactType

      Returns:
      The value of the contacts property.
    • getJurisdiction

      public String getJurisdiction()
      Gets the value of the jurisdiction property.
      Returns:
      possible object is String
    • setJurisdiction

      public void setJurisdiction(String value)
      Sets the value of the jurisdiction property.
      Parameters:
      value - allowed object is String
    • getClazzs

      public List<BigInteger> getClazzs()
      Gets the value of the clazzs property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the clazzs property.

      For example, to add a new item, do as follows:

       getClazzs().add(newItem);
       
      Objects of the following type(s) are allowed in the list BigInteger

      Returns:
      The value of the clazzs property.
    • getLabels

      public List<String> getLabels()
      Gets the value of the labels property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the labels property.

      For example, to add a new item, do as follows:

       getLabels().add(newItem);
       
      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the labels property.
    • getGoodsAndServices

      public String getGoodsAndServices()
      Gets the value of the goodsAndServices property.
      Returns:
      possible object is String
    • setGoodsAndServices

      public void setGoodsAndServices(String value)
      Sets the value of the goodsAndServices property.
      Parameters:
      value - allowed object is String
    • getApId

      public String getApId()
      Gets the value of the apId property.
      Returns:
      possible object is String
    • setApId

      public void setApId(String value)
      Sets the value of the apId property.
      Parameters:
      value - allowed object is String
    • getApDate

      public org.joda.time.DateTime getApDate()
      Gets the value of the apDate property.
      Returns:
      possible object is String
    • setApDate

      public void setApDate(org.joda.time.DateTime value)
      Sets the value of the apDate property.
      Parameters:
      value - allowed object is String
    • getRegNum

      public String getRegNum()
      Gets the value of the regNum property.
      Returns:
      possible object is String
    • setRegNum

      public void setRegNum(String value)
      Sets the value of the regNum property.
      Parameters:
      value - allowed object is String
    • getRegDate

      public org.joda.time.DateTime getRegDate()
      Gets the value of the regDate property.
      Returns:
      possible object is String
    • setRegDate

      public void setRegDate(org.joda.time.DateTime value)
      Sets the value of the regDate property.
      Parameters:
      value - allowed object is String
    • getExDate

      public org.joda.time.DateTime getExDate()
      Gets the value of the exDate property.
      Returns:
      possible object is String
    • setExDate

      public void setExDate(org.joda.time.DateTime value)
      Sets the value of the exDate property.
      Parameters:
      value - allowed object is String