public class Target extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://java.sun.com/xml/ns/jbi}artifacts-zip"/>
<element ref="{http://java.sun.com/xml/ns/jbi}component-name"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
artifactsZip |
protected String |
componentName |
| Constructor and Description |
|---|
Target() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactsZip()
Obtient la valeur de la propriété artifactsZip.
|
String |
getComponentName()
Obtient la valeur de la propriété componentName.
|
void |
setArtifactsZip(String value)
Définit la valeur de la propriété artifactsZip.
|
void |
setComponentName(String value)
Définit la valeur de la propriété componentName.
|
protected String artifactsZip
protected String componentName
public String getArtifactsZip()
Stringpublic void setArtifactsZip(String value)
value - allowed object is
Stringpublic String getComponentName()
StringCopyright © 2011-2016 OpenESB Community. All Rights Reserved.