Class XjcMarkMarkType


public class XjcMarkMarkType extends XjcMarkAbstractMarkType

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 Details

  • Constructor Details

    • XjcMarkMarkType

      public XjcMarkMarkType()
  • Method Details

    • getTrademarks

      public List<XjcMarkTrademarkType> 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 set method for the trademarks property.

      For example, to add a new item, do as follows:

       getTrademarks().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcMarkTrademarkType

      Returns:
      The value of the trademarks property.
    • getTreatyOrStatutes

      public List<XjcMarkTreatyOrStatuteType> 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 set method for the treatyOrStatutes property.

      For example, to add a new item, do as follows:

       getTreatyOrStatutes().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcMarkTreatyOrStatuteType

      Returns:
      The value of the treatyOrStatutes property.
    • getCourts

      public List<XjcMarkCourtType> 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 set method for the courts property.

      For example, to add a new item, do as follows:

       getCourts().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcMarkCourtType

      Returns:
      The value of the courts property.