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

java.lang.Object
  extended by org.hisrc.w3c.oasis.wsn.t1.ExtensibleDocumented
      extended by org.hisrc.w3c.oasis.wsn.t1.TopicNamespaceType
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

public class TopicNamespaceType
extends ExtensibleDocumented
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

Java class for TopicNamespaceType complex type.

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

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


Nested Class Summary
static class TopicNamespaceType.Topic
          Java class for anonymous complex type.
 
Field Summary
protected  Boolean _final
           
protected  List<Object> any
           
protected  String name
           
protected  String targetNamespace
           
protected  List<TopicNamespaceType.Topic> topic
           
 
Fields inherited from class org.hisrc.w3c.oasis.wsn.t1.ExtensibleDocumented
documentation
 
Constructor Summary
TopicNamespaceType()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy)
           
 List<Object> getAny()
          Gets the value of the any property.
 String getName()
          Gets the value of the name property.
 String getTargetNamespace()
          Gets the value of the targetNamespace property.
 List<TopicNamespaceType.Topic> getTopic()
          Gets the value of the topic property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isFinal()
          Gets the value of the final property.
 boolean isSetAny()
           
 boolean isSetFinal()
           
 boolean isSetName()
           
 boolean isSetTargetNamespace()
           
 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.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setAny(List<Object> value)
           
 void setFinal(boolean value)
          Sets the value of the final property.
 void setName(String value)
          Sets the value of the name property.
 void setTargetNamespace(String value)
          Sets the value of the targetNamespace property.
 void setTopic(List<TopicNamespaceType.Topic> value)
           
 String toString()
           
 void unsetAny()
           
 void unsetFinal()
           
 void unsetTopic()
           
 TopicNamespaceType withAny(Collection<Object> values)
           
 TopicNamespaceType withAny(List<Object> value)
           
 TopicNamespaceType withAny(Object... values)
           
 TopicNamespaceType withDocumentation(Documentation value)
           
 TopicNamespaceType withFinal(boolean value)
           
 TopicNamespaceType withName(String value)
           
 TopicNamespaceType withTargetNamespace(String value)
           
 TopicNamespaceType withTopic(Collection<TopicNamespaceType.Topic> values)
           
 TopicNamespaceType withTopic(List<TopicNamespaceType.Topic> value)
           
 TopicNamespaceType withTopic(TopicNamespaceType.Topic... 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

topic

protected List<TopicNamespaceType.Topic> topic

any

protected List<Object> any

name

protected String name

targetNamespace

protected String targetNamespace

_final

protected Boolean _final
Constructor Detail

TopicNamespaceType

public TopicNamespaceType()
Method Detail

getTopic

public List<TopicNamespaceType.Topic> 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 TopicNamespaceType.Topic


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 Element


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

getTargetNamespace

public String getTargetNamespace()
Gets the value of the targetNamespace property.

Returns:
possible object is String

setTargetNamespace

public void setTargetNamespace(String value)
Sets the value of the targetNamespace property.

Parameters:
value - allowed object is String

isSetTargetNamespace

public boolean isSetTargetNamespace()

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.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
append in class ExtensibleDocumented

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
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.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
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.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
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.CopyTo
Overrides:
copyTo in class ExtensibleDocumented

copyTo

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

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
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.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
Overrides:
mergeFrom in class ExtensibleDocumented

setTopic

public void setTopic(List<TopicNamespaceType.Topic> value)

setAny

public void setAny(List<Object> value)

withTopic

public TopicNamespaceType withTopic(TopicNamespaceType.Topic... values)

withTopic

public TopicNamespaceType withTopic(Collection<TopicNamespaceType.Topic> values)

withAny

public TopicNamespaceType withAny(Object... values)

withAny

public TopicNamespaceType withAny(Collection<Object> values)

withName

public TopicNamespaceType withName(String value)

withTargetNamespace

public TopicNamespaceType withTargetNamespace(String value)

withFinal

public TopicNamespaceType withFinal(boolean value)

withTopic

public TopicNamespaceType withTopic(List<TopicNamespaceType.Topic> value)

withAny

public TopicNamespaceType withAny(List<Object> value)

withDocumentation

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


Copyright © 2008-2015. All Rights Reserved.