public interface Batchlet<T> extends Child<T>, JslBatchletCommType<T,Batchlet<T>,Properties<Batchlet<T>>>
Batchlet
xsd typeModifier 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
elementBatchlet
Batchlet<T> ref(String ref)
ref
attributeref
- the value for the attribute ref
Batchlet
String getRef()
ref
attributeref
Copyright © 2017 JBoss by Red Hat. All rights reserved.