public static class CollaborationInfo.Builder<_B> extends Object implements com.kscs.util.jaxb.Buildable
| Modifier and Type | Field and Description |
|---|---|
protected _B |
_parentBuilder |
protected CollaborationInfo |
_storedValue |
| Constructor and Description |
|---|
Builder(_B _parentBuilder,
CollaborationInfo _other,
boolean _copy) |
Builder(_B _parentBuilder,
CollaborationInfo _other,
boolean _copy,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
| Modifier and Type | Method and Description |
|---|---|
CollaborationInfo |
build() |
_B |
end() |
protected <_P extends CollaborationInfo> |
init(_P _product) |
CollaborationInfo.Builder<_B> |
withAction(String action)
Sets the new value of "action" (any previous value will be replaced)
|
AgreementRef.Builder<? extends CollaborationInfo.Builder<_B>> |
withAgreementRef()
Returns a new builder to build the value of the "agreementRef" property (replacing previous value).
|
CollaborationInfo.Builder<_B> |
withAgreementRef(AgreementRef agreementRef)
Sets the new value of "agreementRef" (any previous value will be replaced)
|
CollaborationInfo.Builder<_B> |
withConversationId(String conversationId)
Sets the new value of "conversationId" (any previous value will be replaced)
|
Service.Builder<? extends CollaborationInfo.Builder<_B>> |
withService()
Returns a new builder to build the value of the "service" property (replacing previous value).
|
CollaborationInfo.Builder<_B> |
withService(Service service)
Sets the new value of "service" (any previous value will be replaced)
|
protected final _B _parentBuilder
protected final CollaborationInfo _storedValue
public Builder(_B _parentBuilder, CollaborationInfo _other, boolean _copy)
public Builder(_B _parentBuilder, CollaborationInfo _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public _B end()
protected <_P extends CollaborationInfo> _P init(_P _product)
public CollaborationInfo.Builder<_B> withAgreementRef(AgreementRef agreementRef)
agreementRef - New value of the "agreementRef" property.public AgreementRef.Builder<? extends CollaborationInfo.Builder<_B>> withAgreementRef()
AgreementRef.Builder.end() to return to the current builder.AgreementRef.Builder.end() to return to the current builder.public CollaborationInfo.Builder<_B> withService(Service service)
service - New value of the "service" property.public Service.Builder<? extends CollaborationInfo.Builder<_B>> withService()
Service.Builder.end() to return to the current builder.Service.Builder.end() to return to the current builder.public CollaborationInfo.Builder<_B> withAction(String action)
action - New value of the "action" property.public CollaborationInfo.Builder<_B> withConversationId(String conversationId)
conversationId - New value of the "conversationId" property.public CollaborationInfo build()
build in interface com.kscs.util.jaxb.BuildableCopyright © 2021 NorStella. All rights reserved.