public interface BatchArtifactRef<T> extends Child<T>, JbatchBatchArtifactRefCommType<T,BatchArtifactRef<T>>
BatchArtifactRef
xsd typeModifier and Type | Method and Description |
---|---|
BatchArtifactRef<T> |
clazz(String clazz)
Sets the
class attribute |
String |
getClazz()
Returns the
class attribute |
String |
getId()
Returns the
id attribute |
BatchArtifactRef<T> |
id(String id)
Sets the
id attribute |
BatchArtifactRef<T> |
removeClazzAttr()
Removes the
class attribute |
BatchArtifactRef<T> |
removeId()
Removes the
id attribute |
BatchArtifactRef<T> id(String id)
id
attributeid
- the value for the attribute id
BatchArtifactRef
String getId()
id
attributeid
BatchArtifactRef<T> removeId()
id
attributeBatchArtifactRef
BatchArtifactRef<T> clazz(String clazz)
class
attributeclazz
- the value for the attribute class
BatchArtifactRef
String getClazz()
class
attributeclass
BatchArtifactRef<T> removeClazzAttr()
class
attributeBatchArtifactRef
Copyright © 2022 JBoss by Red Hat. All rights reserved.