Class XjcMarkCourtType
Java class for courtType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="courtType">
<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="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="cc" type="{urn:ietf:params:xml:ns:mark-1.0}ccType"/>
<element name="region" type="{http://www.w3.org/2001/XMLSchema}token" maxOccurs="unbounded" minOccurs="0"/>
<element name="courtName" type="{http://www.w3.org/2001/XMLSchema}token"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected List
<XjcMarkContactType> protected String
protected String
protected List
<XjcMarkHolderType> protected String
protected String
protected org.joda.time.DateTime
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCc()
Gets the value of the cc property.Gets the value of the contacts property.Gets the value of the courtName 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 refNum property.Gets the value of the regions property.void
Sets the value of the cc property.void
setCourtName
(String value) Sets the value of the courtName 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.
-
Field Details
-
id
-
markName
-
holders
-
contacts
-
labels
-
goodsAndServices
-
refNum
-
proDate
protected org.joda.time.DateTime proDate -
cc
-
regions
-
courtName
-
-
Constructor Details
-
XjcMarkCourtType
public XjcMarkCourtType()
-
-
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.
-
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
-
getCc
Gets the value of the cc property.- Returns:
- possible object is
String
-
setCc
Sets the value of the cc property.- Parameters:
value
- allowed object isString
-
getRegions
Gets the value of the regions 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 regions property.getRegions().add(newItem);
Objects of the following type(s) are allowed in the listString
- Returns:
- The value of the regions property.
-
getCourtName
Gets the value of the courtName property.- Returns:
- possible object is
String
-
setCourtName
Sets the value of the courtName property.- Parameters:
value
- allowed object isString
-