static Service.Builder<Void> |
Service.builder() |
|
static Service.Builder<Void> |
Service.copyExcept(Service _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Service.Builder<_B> |
Service.Builder.copyOf(Service _other) |
|
Service.Builder<_B> |
Service.Builder.copyOf(Service.Builder _other) |
|
static <_B> Service.Builder<_B> |
Service.copyOf(Service _other) |
|
static <_B> Service.Builder<_B> |
Service.copyOf(Service _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
static Service.Builder<Void> |
Service.copyOnly(Service _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
|
Service.Builder<Void> |
Service.newCopyBuilder() |
|
<_B> Service.Builder<_B> |
Service.newCopyBuilder(_B _parentBuilder) |
|
<_B> Service.Builder<_B> |
Service.newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Service.Builder<Void> |
Service.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
|
Service.Builder<? extends CollaborationInfo.Builder<_B>> |
CollaborationInfo.Builder.withService() |
Returns the existing builder or a new builder to build the value of the
"service" property.
|
Service.Builder<_B> |
Service.Builder.withType(String type) |
Sets the new value of "type" (any previous value will be replaced)
|
Service.Builder<_B> |
Service.Builder.withValue(String value) |
Sets the new value of "value" (any previous value will be replaced)
|