Class XjcMarkTrademarkType
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 Summary
Modifier and TypeFieldDescriptionprotected org.joda.time.DateTime
protected String
protected List
<BigInteger> protected List
<XjcMarkContactType> protected org.joda.time.DateTime
protected String
protected List
<XjcMarkHolderType> protected String
protected String
protected String
protected org.joda.time.DateTime
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTime
Gets the value of the apDate property.getApId()
Gets the value of the apId property.Gets the value of the clazzs property.Gets the value of the contacts property.org.joda.time.DateTime
Gets the value of the exDate property.Gets the value of the goodsAndServices property.Gets the value of the holders property.getId()
Gets the value of the id property.Gets the value of the jurisdiction property.Gets the value of the labels property.Gets the value of the markName property.org.joda.time.DateTime
Gets the value of the regDate property.Gets the value of the regNum property.void
setApDate
(org.joda.time.DateTime value) Sets the value of the apDate property.void
Sets the value of the apId property.void
setExDate
(org.joda.time.DateTime value) Sets the value of the exDate property.void
setGoodsAndServices
(String value) Sets the value of the goodsAndServices property.void
Sets the value of the id property.void
setJurisdiction
(String value) Sets the value of the jurisdiction property.void
setMarkName
(String value) Sets the value of the markName property.void
setRegDate
(org.joda.time.DateTime value) Sets the value of the regDate property.void
Sets the value of the regNum property.
-
Field Details
-
id
-
markName
-
holders
-
contacts
-
jurisdiction
-
clazzs
-
labels
-
goodsAndServices
-
apId
-
apDate
protected org.joda.time.DateTime apDate -
regNum
-
regDate
protected org.joda.time.DateTime regDate -
exDate
protected org.joda.time.DateTime exDate
-
-
Constructor Details
-
XjcMarkTrademarkType
public XjcMarkTrademarkType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getMarkName
Gets the value of the markName property.- Returns:
- possible object is
String
-
setMarkName
Sets the value of the markName property.- Parameters:
value
- allowed object isString
-
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
For example, to add a new item, do as follows:set
method for the holders property.getHolders().add(newItem);
Objects of the following type(s) are allowed in the listXjcMarkHolderType
- Returns:
- The value of the holders property.
-
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
For example, to add a new item, do as follows:set
method for the contacts property.getContacts().add(newItem);
Objects of the following type(s) are allowed in the listXjcMarkContactType
- Returns:
- The value of the contacts property.
-
getJurisdiction
Gets the value of the jurisdiction property.- Returns:
- possible object is
String
-
setJurisdiction
Sets the value of the jurisdiction property.- Parameters:
value
- allowed object isString
-
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
For example, to add a new item, do as follows:set
method for the clazzs property.getClazzs().add(newItem);
Objects of the following type(s) are allowed in the listBigInteger
- Returns:
- The value of the clazzs property.
-
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
For example, to add a new item, do as follows:set
method for the labels property.getLabels().add(newItem);
Objects of the following type(s) are allowed in the listString
- Returns:
- The value of the labels property.
-
getGoodsAndServices
Gets the value of the goodsAndServices property.- Returns:
- possible object is
String
-
setGoodsAndServices
Sets the value of the goodsAndServices property.- Parameters:
value
- allowed object isString
-
getApId
Gets the value of the apId property.- Returns:
- possible object is
String
-
setApId
Sets the value of the apId property.- Parameters:
value
- allowed object isString
-
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 isString
-
getRegNum
Gets the value of the regNum property.- Returns:
- possible object is
String
-
setRegNum
Sets the value of the regNum property.- Parameters:
value
- allowed object isString
-
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 isString
-
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 isString
-