org.oasis_open.docs.wsn.t_1
Class TopicSetType

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

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 Summary
protected  java.util.List<java.lang.Object> any
           
 
Fields inherited from class org.oasis_open.docs.wsn.t_1.ExtensibleDocumented
documentation
 
Constructor Summary
TopicSetType()
           
 
Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property.
 
Methods inherited from class org.oasis_open.docs.wsn.t_1.ExtensibleDocumented
getDocumentation, getOtherAttributes, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected java.util.List<java.lang.Object> any
Constructor Detail

TopicSetType

public TopicSetType()
Method Detail

getAny

public java.util.List<java.lang.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 JAXB 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



Copyright © 2005-2011 FuseSource. All Rights Reserved.