|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.oasis.wsn.t1.ExtensibleDocumented
net.oasis.wsn.t1.TopicType
public class TopicType
Java-Klasse für TopicType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 java.lang.Boolean |
_final
|
protected java.util.List<java.lang.Object> |
any
|
protected QueryExpressionType |
messagePattern
|
protected java.util.List<javax.xml.namespace.QName> |
messageTypes
|
protected java.lang.String |
name
|
protected java.util.List<TopicType> |
topic
|
| Fields inherited from class net.oasis.wsn.t1.ExtensibleDocumented |
|---|
documentation |
| Constructor Summary | |
|---|---|
TopicType()
|
|
| Method Summary | |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
java.lang.Object |
clone()
|
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
java.lang.Object |
createNewInstance()
|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
QueryExpressionType |
getMessagePattern()
Ruft den Wert der messagePattern-Eigenschaft ab. |
java.util.List<javax.xml.namespace.QName> |
getMessageTypes()
Gets the value of the messageTypes property. |
java.lang.String |
getName()
Ruft den Wert der name-Eigenschaft ab. |
java.util.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.HashCodeStrategy strategy)
|
boolean |
isFinal()
Ruft den Wert der final-Eigenschaft ab. |
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,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(java.lang.Object left,
java.lang.Object right)
|
void |
setAny(java.util.List<java.lang.Object> value)
|
void |
setFinal(boolean value)
Legt den Wert der final-Eigenschaft fest. |
void |
setMessagePattern(QueryExpressionType value)
Legt den Wert der messagePattern-Eigenschaft fest. |
void |
setMessageTypes(java.util.List<javax.xml.namespace.QName> value)
|
void |
setName(java.lang.String value)
Legt den Wert der name-Eigenschaft fest. |
void |
setTopic(java.util.List<TopicType> value)
|
java.lang.String |
toString()
|
void |
unsetAny()
|
void |
unsetFinal()
|
void |
unsetMessageTypes()
|
void |
unsetTopic()
|
| Methods inherited from class net.oasis.wsn.t1.ExtensibleDocumented |
|---|
getDocumentation, getOtherAttributes, isSetDocumentation, setDocumentation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected QueryExpressionType messagePattern
protected java.util.List<TopicType> topic
protected java.util.List<java.lang.Object> any
protected java.lang.String name
protected java.util.List<javax.xml.namespace.QName> messageTypes
protected java.lang.Boolean _final
| Constructor Detail |
|---|
public TopicType()
| Method Detail |
|---|
public QueryExpressionType getMessagePattern()
QueryExpressionTypepublic void setMessagePattern(QueryExpressionType value)
value - allowed object is
QueryExpressionTypepublic boolean isSetMessagePattern()
public java.util.List<TopicType> 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
TopicType
public boolean isSetTopic()
public void unsetTopic()
public java.util.List<java.lang.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
public boolean isSetAny()
public void unsetAny()
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetName()
public java.util.List<javax.xml.namespace.QName> getMessageTypes()
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
public boolean isSetMessageTypes()
public void unsetMessageTypes()
public boolean isFinal()
Booleanpublic void setFinal(boolean value)
value - allowed object is
Booleanpublic boolean isSetFinal()
public void unsetFinal()
public java.lang.String toString()
toString in class ExtensibleDocumented
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class ExtensibleDocumented
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class ExtensibleDocumented
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ExtensibleDocumentedpublic boolean equals(java.lang.Object object)
equals in class ExtensibleDocumented
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ExtensibleDocumentedpublic int hashCode()
hashCode in class ExtensibleDocumentedpublic java.lang.Object clone()
clone in class ExtensibleDocumentedpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ExtensibleDocumented
public java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class ExtensibleDocumentedpublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class ExtensibleDocumented
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class ExtensibleDocumentedpublic void setTopic(java.util.List<TopicType> value)
public void setAny(java.util.List<java.lang.Object> value)
public void setMessageTypes(java.util.List<javax.xml.namespace.QName> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||