public class CollaborationInfo extends Object
Java class for CollaborationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollaborationInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AgreementRef" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}AgreementRef" minOccurs="0"/>
<element name="Service" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}Service"/>
<element name="Action" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="ConversationId" type="{http://www.w3.org/2001/XMLSchema}token"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CollaborationInfo.Builder<_B> |
static class |
CollaborationInfo.Select |
static class |
CollaborationInfo.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected AgreementRef |
agreementRef |
protected String |
conversationId |
protected Service |
service |
| Constructor and Description |
|---|
CollaborationInfo() |
| Modifier and Type | Method and Description |
|---|---|
static CollaborationInfo.Builder<Void> |
builder() |
static CollaborationInfo.Builder<Void> |
copyExcept(CollaborationInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> CollaborationInfo.Builder<_B> |
copyOf(CollaborationInfo _other) |
static <_B> CollaborationInfo.Builder<_B> |
copyOf(CollaborationInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static CollaborationInfo.Builder<Void> |
copyOnly(CollaborationInfo _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(CollaborationInfo.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(CollaborationInfo.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
String |
getAction()
Gets the value of the action property.
|
AgreementRef |
getAgreementRef()
Gets the value of the agreementRef property.
|
String |
getConversationId()
Gets the value of the conversationId property.
|
Service |
getService()
Gets the value of the service property.
|
<_B> CollaborationInfo.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> CollaborationInfo.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
CollaborationInfo.Builder<Void> |
newCopyBuilder() |
CollaborationInfo.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setAction(String value)
Sets the value of the action property.
|
void |
setAgreementRef(AgreementRef value)
Sets the value of the agreementRef property.
|
void |
setConversationId(String value)
Sets the value of the conversationId property.
|
void |
setService(Service value)
Sets the value of the service property.
|
protected AgreementRef agreementRef
protected Service service
protected String action
protected String conversationId
public AgreementRef getAgreementRef()
AgreementRefpublic void setAgreementRef(AgreementRef value)
value - allowed object is
AgreementRefpublic Service getService()
Servicepublic void setService(Service value)
value - allowed object is
Servicepublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic String getConversationId()
Stringpublic void setConversationId(String value)
value - allowed object is
Stringpublic <_B> void copyTo(CollaborationInfo.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.CollaborationInfo) 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> CollaborationInfo.Builder<_B> newCopyBuilder(_B _parentBuilder)
public CollaborationInfo.Builder<Void> newCopyBuilder()
public static CollaborationInfo.Builder<Void> builder()
public static <_B> CollaborationInfo.Builder<_B> copyOf(CollaborationInfo _other)
public <_B> void copyTo(CollaborationInfo.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.CollaborationInfo) 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> CollaborationInfo.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public CollaborationInfo.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> CollaborationInfo.Builder<_B> copyOf(CollaborationInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static CollaborationInfo.Builder<Void> copyExcept(CollaborationInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static CollaborationInfo.Builder<Void> copyOnly(CollaborationInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.