Class XjcMarkTreatyOrStatuteType
Java class for treatyOrStatuteType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="treatyOrStatuteType">
<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="protection" type="{urn:ietf:params:xml:ns:mark-1.0}protectionType" maxOccurs="unbounded"/>
<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="refNum" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="proDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="execDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<XjcMarkContactType> protected org.joda.time.DateTime
protected String
protected List
<XjcMarkHolderType> protected String
protected String
protected org.joda.time.DateTime
protected List
<XjcMarkProtectionType> protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contacts property.org.joda.time.DateTime
Gets the value of the execDate 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 labels property.Gets the value of the markName property.org.joda.time.DateTime
Gets the value of the proDate property.Gets the value of the protections property.Gets the value of the refNum property.getTitle()
Gets the value of the title property.void
setExecDate
(org.joda.time.DateTime value) Sets the value of the execDate property.void
setGoodsAndServices
(String value) Sets the value of the goodsAndServices property.void
Sets the value of the id property.void
setMarkName
(String value) Sets the value of the markName property.void
setProDate
(org.joda.time.DateTime value) Sets the value of the proDate property.void
Sets the value of the refNum property.void
Sets the value of the title property.
-
Field Details
-
id
-
markName
-
holders
-
contacts
-
protections
-
labels
-
goodsAndServices
-
refNum
-
proDate
protected org.joda.time.DateTime proDate -
title
-
execDate
protected org.joda.time.DateTime execDate
-
-
Constructor Details
-
XjcMarkTreatyOrStatuteType
public XjcMarkTreatyOrStatuteType()
-
-
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.
-
getProtections
Gets the value of the protections 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 protections property.getProtections().add(newItem);
Objects of the following type(s) are allowed in the listXjcMarkProtectionType
- Returns:
- The value of the protections 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
-
getRefNum
Gets the value of the refNum property.- Returns:
- possible object is
String
-
setRefNum
Sets the value of the refNum property.- Parameters:
value
- allowed object isString
-
getProDate
public org.joda.time.DateTime getProDate()Gets the value of the proDate property.- Returns:
- possible object is
String
-
setProDate
public void setProDate(org.joda.time.DateTime value) Sets the value of the proDate property.- Parameters:
value
- allowed object isString
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value
- allowed object isString
-
getExecDate
public org.joda.time.DateTime getExecDate()Gets the value of the execDate property.- Returns:
- possible object is
String
-
setExecDate
public void setExecDate(org.joda.time.DateTime value) Sets the value of the execDate property.- Parameters:
value
- allowed object isString
-