Class CollaborationInfo
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.CollaborationInfo
-
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCollaborationInfo.Builder<_B>static classCollaborationInfo.Selectstatic classCollaborationInfo.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected Stringactionprotected AgreementRefagreementRefprotected StringconversationIdprotected Serviceservice
-
Constructor Summary
Constructors Constructor Description CollaborationInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(CollaborationInfo.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.StringgetAction()Gets the value of the action property.AgreementRefgetAgreementRef()Gets the value of the agreementRef property.StringgetConversationId()Gets the value of the conversationId property.ServicegetService()Gets the value of the service property.CollaborationInfo.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetAction(String value)Sets the value of the action property.voidsetAgreementRef(AgreementRef value)Sets the value of the agreementRef property.voidsetConversationId(String value)Sets the value of the conversationId property.voidsetService(Service value)Sets the value of the service property.
-
-
-
Field Detail
-
agreementRef
protected AgreementRef agreementRef
-
service
protected Service service
-
action
protected String action
-
conversationId
protected String conversationId
-
-
Method Detail
-
getAgreementRef
public AgreementRef getAgreementRef()
Gets the value of the agreementRef property.- Returns:
- possible object is
AgreementRef
-
setAgreementRef
public void setAgreementRef(AgreementRef value)
Sets the value of the agreementRef property.- Parameters:
value- allowed object isAgreementRef
-
getService
public Service getService()
Gets the value of the service property.- Returns:
- possible object is
Service
-
setService
public void setService(Service value)
Sets the value of the service property.- Parameters:
value- allowed object isService
-
getAction
public String getAction()
Gets the value of the action property.- Returns:
- possible object is
String
-
setAction
public void setAction(String value)
Sets the value of the action property.- Parameters:
value- allowed object isString
-
getConversationId
public String getConversationId()
Gets the value of the conversationId property.- Returns:
- possible object is
String
-
setConversationId
public void setConversationId(String value)
Sets the value of the conversationId property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(CollaborationInfo.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.CollaborationInfo)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> CollaborationInfo.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public CollaborationInfo.Builder<Void> newCopyBuilder()
-
builder
public static CollaborationInfo.Builder<Void> builder()
-
copyOf
public static <_B> CollaborationInfo.Builder<_B> copyOf(CollaborationInfo _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.CollaborationInfo)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> CollaborationInfo.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public CollaborationInfo.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> CollaborationInfo.Builder<_B> copyOf(CollaborationInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static CollaborationInfo.Builder<Void> copyExcept(CollaborationInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static CollaborationInfo.Builder<Void> copyOnly(CollaborationInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-