public class BatchArtifactRef extends Object
The following schema fragment specifies the expected content contained within this class.
<complexType name="BatchArtifactRef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
id |
| Constructor and Description |
|---|
BatchArtifactRef() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getId()
Gets the value of the id property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setId(String value)
Sets the value of the id property.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.