public class TopicNamespaceType 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 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>
| Modifier and Type | Class and Description |
|---|---|
static class |
TopicNamespaceType.Topic
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
_final |
protected List<Object> |
any |
protected String |
name |
protected String |
targetNamespace |
protected List<TopicNamespaceType.Topic> |
topic |
documentation| Constructor and Description |
|---|
TopicNamespaceType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.HashCodeStrategy2 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.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 |
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) |
getDocumentation, getOtherAttributes, isSetDocumentation, setDocumentationprotected List<TopicNamespaceType.Topic> topic
protected String name
protected String targetNamespace
protected Boolean _final
public List<TopicNamespaceType.Topic> getTopic()
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
public boolean isSetTopic()
public void unsetTopic()
public List<Object> getAny()
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
public boolean isSetAny()
public void unsetAny()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getTargetNamespace()
Stringpublic void setTargetNamespace(String value)
value - allowed object is
Stringpublic boolean isSetTargetNamespace()
public boolean isFinal()
Booleanpublic void setFinal(boolean value)
value - allowed object is
Booleanpublic boolean isSetFinal()
public void unsetFinal()
public String toString()
toString in class ExtensibleDocumentedpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class ExtensibleDocumentedpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class ExtensibleDocumentedpublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class ExtensibleDocumentedpublic boolean equals(Object object)
equals in class ExtensibleDocumentedpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class ExtensibleDocumentedpublic int hashCode()
hashCode in class ExtensibleDocumentedpublic Object clone()
clone in class ExtensibleDocumentedpublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ExtensibleDocumentedpublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class ExtensibleDocumentedpublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class ExtensibleDocumentedpublic 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)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class ExtensibleDocumentedpublic void setTopic(List<TopicNamespaceType.Topic> value)
public TopicNamespaceType withTopic(TopicNamespaceType.Topic... values)
public TopicNamespaceType withTopic(Collection<TopicNamespaceType.Topic> values)
public TopicNamespaceType withAny(Object... values)
public TopicNamespaceType withAny(Collection<Object> values)
public TopicNamespaceType withName(String value)
public TopicNamespaceType withTargetNamespace(String value)
public TopicNamespaceType withFinal(boolean value)
public TopicNamespaceType withTopic(List<TopicNamespaceType.Topic> value)
public TopicNamespaceType withAny(List<Object> value)
public TopicNamespaceType withDocumentation(Documentation value)
withDocumentation in class ExtensibleDocumentedCopyright © 2008–2023. All rights reserved.