Class TopicSetType

java.lang.Object
org.oasis_open.docs.wsn.t_1.ExtensibleDocumented
org.oasis_open.docs.wsn.t_1.TopicSetType

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public class TopicSetType extends ExtensibleDocumented

Java class for TopicSetType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TopicSetType">
   <complexContent>
     <extension base="{http://docs.oasis-open.org/wsn/t-1}ExtensibleDocumented">
       <sequence>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • any

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected List<Object> any
  • Constructor Details

    • TopicSetType

      public TopicSetType()
  • Method Details

    • getAny

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public List<Object> getAny()
      Gets the value of the any 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 Jakarta XML Binding object. This is why there is not a set method for the any property.

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

          getAny().add(newItem);
       

      Objects of the following type(s) are allowed in the list Object Element