|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.jaxb.notification.brokered.NotificationBrokerRP
public class NotificationBrokerRP
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/wsn/b-2}TopicExpression" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsn/b-2}FixedTopicSet" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsn/b-2}TopicExpressionDialect" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsn/t-1}TopicSet" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wsn/br-2}RequiresRegistration"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
fixedTopicSet
|
protected boolean |
requiresRegistration
|
protected java.util.List<TopicExpressionType> |
topicExpression
|
protected java.util.List<java.lang.String> |
topicExpressionDialect
|
protected TopicSetType |
topicSet
|
| Constructor Summary | |
|---|---|
NotificationBrokerRP()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.util.List<TopicExpressionType> |
getTopicExpression()
Gets the value of the topicExpression property. |
java.util.List<java.lang.String> |
getTopicExpressionDialect()
Gets the value of the topicExpressionDialect property. |
TopicSetType |
getTopicSet()
Gets the value of the topicSet property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
java.lang.Boolean |
isFixedTopicSet()
Gets the value of the fixedTopicSet property. |
boolean |
isRequiresRegistration()
Gets the value of the requiresRegistration property. |
void |
setFixedTopicSet(java.lang.Boolean value)
Sets the value of the fixedTopicSet property. |
void |
setRequiresRegistration(boolean value)
Sets the value of the requiresRegistration property. |
void |
setTopicSet(TopicSetType value)
Sets the value of the topicSet property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<TopicExpressionType> topicExpression
protected java.lang.Boolean fixedTopicSet
protected java.util.List<java.lang.String> topicExpressionDialect
protected TopicSetType topicSet
protected boolean requiresRegistration
| Constructor Detail |
|---|
public NotificationBrokerRP()
| Method Detail |
|---|
public java.util.List<TopicExpressionType> getTopicExpression()
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 topicExpression property.
For example, to add a new item, do as follows:
getTopicExpression().add(newItem);
Objects of the following type(s) are allowed in the list
TopicExpressionType
public java.lang.Boolean isFixedTopicSet()
Booleanpublic void setFixedTopicSet(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<java.lang.String> getTopicExpressionDialect()
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 topicExpressionDialect property.
For example, to add a new item, do as follows:
getTopicExpressionDialect().add(newItem);
Objects of the following type(s) are allowed in the list
String
public TopicSetType getTopicSet()
TopicSetTypepublic void setTopicSet(TopicSetType value)
value - allowed object is
TopicSetTypepublic boolean isRequiresRegistration()
public void setRequiresRegistration(boolean value)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
public java.lang.Object copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.Copyable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||