public class Messaging extends Object
Java class for Messaging complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Messaging">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SignalMessage" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}SignalMessage" maxOccurs="unbounded" minOccurs="0"/>
<element name="UserMessage" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}UserMessage" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}headerExtension"/>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Messaging.Builder<_B> |
static class |
Messaging.Select |
static class |
Messaging.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected String |
id |
protected Boolean |
mustUnderstand |
protected Boolean |
mustUnderstand12 |
protected List<SignalMessage> |
signalMessage |
protected List<UserMessage> |
userMessage |
| Constructor and Description |
|---|
Messaging() |
| Modifier and Type | Method and Description |
|---|---|
static Messaging.Builder<Void> |
builder() |
static Messaging.Builder<Void> |
copyExcept(Messaging _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Messaging.Builder<_B> |
copyOf(Messaging _other) |
static <_B> Messaging.Builder<_B> |
copyOf(Messaging _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Messaging.Builder<Void> |
copyOnly(Messaging _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(Messaging.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(Messaging.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
List<Object> |
getAny()
Gets the value of the any property.
|
String |
getId()
Gets the value of the id property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
List<SignalMessage> |
getSignalMessage()
Gets the value of the signalMessage property.
|
List<UserMessage> |
getUserMessage()
Gets the value of the userMessage property.
|
Boolean |
isMustUnderstand()
if SOAP 1.1 is being used, this attribute is required
|
boolean |
isMustUnderstand12()
if SOAP 1.2 is being used, this attribute is required
|
<_B> Messaging.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> Messaging.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Messaging.Builder<Void> |
newCopyBuilder() |
Messaging.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setId(String value)
Sets the value of the id property.
|
void |
setMustUnderstand(Boolean value)
Sets the value of the mustUnderstand property.
|
void |
setMustUnderstand12(Boolean value)
Sets the value of the mustUnderstand12 property.
|
protected List<SignalMessage> signalMessage
protected List<UserMessage> userMessage
protected String id
protected Boolean mustUnderstand
protected Boolean mustUnderstand12
public List<SignalMessage> getSignalMessage()
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 signalMessage property.
For example, to add a new item, do as follows:
getSignalMessage().add(newItem);
Objects of the following type(s) are allowed in the list
SignalMessage
public List<UserMessage> getUserMessage()
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 userMessage property.
For example, to add a new item, do as follows:
getUserMessage().add(newItem);
Objects of the following type(s) are allowed in the list
UserMessage
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
Element
Object
public void setId(String value)
value - allowed object is
Stringpublic Boolean isMustUnderstand()
Stringpublic void setMustUnderstand(Boolean value)
value - allowed object is
Stringpublic boolean isMustUnderstand12()
Booleanpublic void setMustUnderstand12(Boolean value)
value - allowed object is
Booleanpublic Map<QName,String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public <_B> void copyTo(Messaging.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Messaging) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> Messaging.Builder<_B> newCopyBuilder(_B _parentBuilder)
public Messaging.Builder<Void> newCopyBuilder()
public static Messaging.Builder<Void> builder()
public static <_B> Messaging.Builder<_B> copyOf(Messaging _other)
public <_B> void copyTo(Messaging.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Messaging) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> Messaging.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public Messaging.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> Messaging.Builder<_B> copyOf(Messaging _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static Messaging.Builder<Void> copyExcept(Messaging _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Messaging.Builder<Void> copyOnly(Messaging _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.