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 Link icon

    • id Link icon

      protected String id
    • markName Link icon

      protected String markName
    • holders Link icon

      protected List<XjcMarkHolderType> holders
    • contacts Link icon

      protected List<XjcMarkContactType> contacts
    • jurisdiction Link icon

      protected String jurisdiction
    • clazzs Link icon

      protected List<BigInteger> clazzs
    • labels Link icon

      protected List<String> labels
    • goodsAndServices Link icon

      protected String goodsAndServices
    • apId Link icon

      protected String apId
    • apDate Link icon

      protected org.joda.time.DateTime apDate
    • regNum Link icon

      protected String regNum
    • regDate Link icon

      protected org.joda.time.DateTime regDate
    • exDate Link icon

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

    • XjcMarkTrademarkType Link icon

      public XjcMarkTrademarkType()
  • Method Details Link icon

    • getId Link icon

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

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

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

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

      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 Link icon

      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 Link icon

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

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

      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 Link icon

      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 Link icon

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

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

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

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

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

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

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

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

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

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

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

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