public class SharedLibraryRefType extends Object
Classe Java pour SharedLibraryRefType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SharedLibraryRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name-ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="install-root" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
installRoot |
protected String |
nameRef |
| Constructor and Description |
|---|
SharedLibraryRefType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstallRoot()
Obtient la valeur de la propriété installRoot.
|
String |
getNameRef()
Obtient la valeur de la propriété nameRef.
|
void |
setInstallRoot(String value)
Définit la valeur de la propriété installRoot.
|
void |
setNameRef(String value)
Définit la valeur de la propriété nameRef.
|
public String getNameRef()
Stringpublic void setNameRef(String value)
value - allowed object is
Stringpublic String getInstallRoot()
StringCopyright © 2011-2016 OpenESB Community. All Rights Reserved.