
public interface Batchlet<T> extends Child<T>, JslBatchletCommType<T,Batchlet<T>,Properties<Batchlet<T>>>
Batchlet xsd type| Modifier and Type | Method and Description |
|---|---|
Properties<Batchlet<T>> |
getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
String |
getRef()
Returns the
ref attribute |
Batchlet<T> |
ref(String ref)
Sets the
ref attribute |
Batchlet<T> |
removeProperties()
Removes the
properties element |
Batchlet<T> |
removeRef()
Removes the
ref attribute |
Properties<Batchlet<T>> getOrCreateProperties()
properties element with the given value will be created.
Otherwise, the existing properties element will be returned.Properties> Batchlet<T> removeProperties()
properties elementBatchletBatchlet<T> ref(String ref)
ref attributeref - the value for the attribute refBatchletString getRef()
ref attributerefCopyright © 2021 JBoss by Red Hat. All rights reserved.