Class XjcMarkMarkType
Java class for markType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="markType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:mark-1.0}abstractMarkType">
<sequence>
<element name="trademark" type="{urn:ietf:params:xml:ns:mark-1.0}trademarkType" maxOccurs="unbounded" minOccurs="0"/>
<element name="treatyOrStatute" type="{urn:ietf:params:xml:ns:mark-1.0}treatyOrStatuteType" maxOccurs="unbounded" minOccurs="0"/>
<element name="court" type="{urn:ietf:params:xml:ns:mark-1.0}courtType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<XjcMarkCourtType> protected List
<XjcMarkTrademarkType> protected List
<XjcMarkTreatyOrStatuteType> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the courts property.Gets the value of the trademarks property.Gets the value of the treatyOrStatutes property.
-
Field Details
-
trademarks
-
treatyOrStatutes
-
courts
-
-
Constructor Details
-
XjcMarkMarkType
public XjcMarkMarkType()
-
-
Method Details
-
getTrademarks
Gets the value of the trademarks 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 trademarks property.getTrademarks().add(newItem);
Objects of the following type(s) are allowed in the listXjcMarkTrademarkType
- Returns:
- The value of the trademarks property.
-
getTreatyOrStatutes
Gets the value of the treatyOrStatutes 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 treatyOrStatutes property.getTreatyOrStatutes().add(newItem);
Objects of the following type(s) are allowed in the listXjcMarkTreatyOrStatuteType
- Returns:
- The value of the treatyOrStatutes property.
-
getCourts
Gets the value of the courts 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 courts property.getCourts().add(newItem);
Objects of the following type(s) are allowed in the listXjcMarkCourtType
- Returns:
- The value of the courts property.
-