public static class TopicNamespaceType.Topic extends TopicType 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
parent |
_final, any, messagePattern, messageTypes, name, topicdocumentation| Constructor and Description |
|---|
Topic() |
| 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) |
String |
getParent()
Gets the value of the parent property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetParent() |
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 |
setParent(String value)
Sets the value of the parent property.
|
String |
toString() |
TopicNamespaceType.Topic |
withAny(Collection<Object> values) |
TopicNamespaceType.Topic |
withAny(List<Object> value) |
TopicNamespaceType.Topic |
withAny(Object... values) |
TopicNamespaceType.Topic |
withDocumentation(Documentation value) |
TopicNamespaceType.Topic |
withFinal(boolean value) |
TopicNamespaceType.Topic |
withMessagePattern(QueryExpressionType value) |
TopicNamespaceType.Topic |
withMessageTypes(Collection<QName> values) |
TopicNamespaceType.Topic |
withMessageTypes(List<QName> value) |
TopicNamespaceType.Topic |
withMessageTypes(QName... values) |
TopicNamespaceType.Topic |
withName(String value) |
TopicNamespaceType.Topic |
withParent(String value) |
TopicNamespaceType.Topic |
withTopic(Collection<TopicType> values) |
TopicNamespaceType.Topic |
withTopic(List<TopicType> value) |
TopicNamespaceType.Topic |
withTopic(TopicType... values) |
getAny, getMessagePattern, getMessageTypes, getName, getTopic, isFinal, isSetAny, isSetFinal, isSetMessagePattern, isSetMessageTypes, isSetName, isSetTopic, setAny, setFinal, setMessagePattern, setMessageTypes, setName, setTopic, unsetAny, unsetFinal, unsetMessageTypes, unsetTopicgetDocumentation, getOtherAttributes, isSetDocumentation, setDocumentationprotected String parent
public String getParent()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic boolean isSetParent()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
public 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 TopicTypepublic 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)
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class TopicTypepublic 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)
public TopicNamespaceType.Topic withParent(String value)
public TopicNamespaceType.Topic withMessagePattern(QueryExpressionType value)
withMessagePattern in class TopicTypepublic TopicNamespaceType.Topic withTopic(TopicType... values)
public TopicNamespaceType.Topic withTopic(Collection<TopicType> values)
public TopicNamespaceType.Topic withAny(Object... values)
public TopicNamespaceType.Topic withAny(Collection<Object> values)
public TopicNamespaceType.Topic withName(String value)
public TopicNamespaceType.Topic withMessageTypes(QName... values)
withMessageTypes in class TopicTypepublic TopicNamespaceType.Topic withMessageTypes(Collection<QName> values)
withMessageTypes in class TopicTypepublic TopicNamespaceType.Topic withFinal(boolean value)
public TopicNamespaceType.Topic withTopic(List<TopicType> value)
public TopicNamespaceType.Topic withAny(List<Object> value)
public TopicNamespaceType.Topic withMessageTypes(List<QName> value)
withMessageTypes in class TopicTypepublic TopicNamespaceType.Topic withDocumentation(Documentation value)
withDocumentation in class TopicTypeCopyright © 2008–2023. All rights reserved.