org.hisrc.w3c.oasis.wsn.t1
Class TopicType

java.lang.Object
  extended by org.hisrc.w3c.oasis.wsn.t1.ExtensibleDocumented
      extended by org.hisrc.w3c.oasis.wsn.t1.TopicType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
TopicNamespaceType.Topic

public class TopicType
extends ExtensibleDocumented
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

Java class for TopicType complex type.

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

 <complexType name="TopicType">
   <complexContent>
     <extension base="{http://docs.oasis-open.org/wsn/t-1}ExtensibleDocumented">
       <sequence>
         <element name="MessagePattern" type="{http://docs.oasis-open.org/wsn/t-1}QueryExpressionType" minOccurs="0"/>
         <element name="Topic" type="{http://docs.oasis-open.org/wsn/t-1}TopicType" maxOccurs="unbounded" minOccurs="0"/>
         <any namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="messageTypes">
         <simpleType>
           <list itemType="{http://www.w3.org/2001/XMLSchema}QName" />
         </simpleType>
       </attribute>
       <attribute name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean _final
           
protected  List<Object> any
           
protected  QueryExpressionType messagePattern
           
protected  List<QName> messageTypes
           
protected  String name
           
protected  List<TopicType> topic
           
 
Fields inherited from class org.hisrc.w3c.oasis.wsn.t1.ExtensibleDocumented
documentation
 
Constructor Summary
TopicType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
           
 List<Object> getAny()
          Gets the value of the any property.
 QueryExpressionType getMessagePattern()
          Gets the value of the messagePattern property.
 List<QName> getMessageTypes()
          Gets the value of the messageTypes property.
 String getName()
          Gets the value of the name property.
 List<TopicType> getTopic()
          Gets the value of the topic property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isFinal()
          Gets the value of the final property.
 boolean isSetAny()
           
 boolean isSetFinal()
           
 boolean isSetMessagePattern()
           
 boolean isSetMessageTypes()
           
 boolean isSetName()
           
 boolean isSetTopic()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setAny(List<Object> value)
           
 void setFinal(boolean value)
          Sets the value of the final property.
 void setMessagePattern(QueryExpressionType value)
          Sets the value of the messagePattern property.
 void setMessageTypes(List<QName> value)
           
 void setName(String value)
          Sets the value of the name property.
 void setTopic(List<TopicType> value)
           
 String toString()
           
 void unsetAny()
           
 void unsetFinal()
           
 void unsetMessageTypes()
           
 void unsetTopic()
           
 TopicType withAny(Collection<Object> values)
           
 TopicType withAny(List<Object> value)
           
 TopicType withAny(Object... values)
           
 TopicType withDocumentation(Documentation value)
           
 TopicType withFinal(boolean value)
           
 TopicType withMessagePattern(QueryExpressionType value)
           
 TopicType withMessageTypes(Collection<QName> values)
           
 TopicType withMessageTypes(List<QName> value)
           
 TopicType withMessageTypes(QName... values)
           
 TopicType withName(String value)
           
 TopicType withTopic(Collection<TopicType> values)
           
 TopicType withTopic(List<TopicType> value)
           
 TopicType withTopic(TopicType... values)
           
 
Methods inherited from class org.hisrc.w3c.oasis.wsn.t1.ExtensibleDocumented
getDocumentation, getOtherAttributes, isSetDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

messagePattern

protected QueryExpressionType messagePattern

topic

protected List<TopicType> topic

any

protected List<Object> any

name

protected String name

messageTypes

protected List<QName> messageTypes

_final

protected Boolean _final
Constructor Detail

TopicType

public TopicType()
Method Detail

getMessagePattern

public QueryExpressionType getMessagePattern()
Gets the value of the messagePattern property.

Returns:
possible object is QueryExpressionType

setMessagePattern

public void setMessagePattern(QueryExpressionType value)
Sets the value of the messagePattern property.

Parameters:
value - allowed object is QueryExpressionType

isSetMessagePattern

public boolean isSetMessagePattern()

getTopic

public List<TopicType> getTopic()
Gets the value of the topic 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 topic property.

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

    getTopic().add(newItem);
 

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


isSetTopic

public boolean isSetTopic()

unsetTopic

public void unsetTopic()

getAny

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 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


isSetAny

public boolean isSetAny()

unsetAny

public void unsetAny()

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getMessageTypes

public List<QName> getMessageTypes()
Gets the value of the messageTypes 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 messageTypes property.

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

    getMessageTypes().add(newItem);
 

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


isSetMessageTypes

public boolean isSetMessageTypes()

unsetMessageTypes

public void unsetMessageTypes()

isFinal

public boolean isFinal()
Gets the value of the final property.

Returns:
possible object is Boolean

setFinal

public void setFinal(boolean value)
Sets the value of the final property.

Parameters:
value - allowed object is Boolean

isSetFinal

public boolean isSetFinal()

unsetFinal

public void unsetFinal()

toString

public String toString()
Overrides:
toString in class ExtensibleDocumented

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
append in class ExtensibleDocumented

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
Overrides:
appendFields in class ExtensibleDocumented

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2
Overrides:
equals in class ExtensibleDocumented

equals

public boolean equals(Object object)
Overrides:
equals in class ExtensibleDocumented

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
Overrides:
hashCode in class ExtensibleDocumented

hashCode

public int hashCode()
Overrides:
hashCode in class ExtensibleDocumented

clone

public Object clone()
Overrides:
clone in class ExtensibleDocumented

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class ExtensibleDocumented

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Overrides:
copyTo in class ExtensibleDocumented

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class ExtensibleDocumented

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2
Overrides:
mergeFrom in class ExtensibleDocumented

setTopic

public void setTopic(List<TopicType> value)

setAny

public void setAny(List<Object> value)

setMessageTypes

public void setMessageTypes(List<QName> value)

withMessagePattern

public TopicType withMessagePattern(QueryExpressionType value)

withTopic

public TopicType withTopic(TopicType... values)

withTopic

public TopicType withTopic(Collection<TopicType> values)

withAny

public TopicType withAny(Object... values)

withAny

public TopicType withAny(Collection<Object> values)

withName

public TopicType withName(String value)

withMessageTypes

public TopicType withMessageTypes(QName... values)

withMessageTypes

public TopicType withMessageTypes(Collection<QName> values)

withFinal

public TopicType withFinal(boolean value)

withTopic

public TopicType withTopic(List<TopicType> value)

withAny

public TopicType withAny(List<Object> value)

withMessageTypes

public TopicType withMessageTypes(List<QName> value)

withDocumentation

public TopicType withDocumentation(Documentation value)
Overrides:
withDocumentation in class ExtensibleDocumented


Copyright © 2008-2015. All Rights Reserved.