public class AppVariableType extends PropertyType
Classe Java pour AppVariableType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AppVariableType">
<complexContent>
<extension base="{http://java.sun.com/xml/ns/jbi/registry}PropertyType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
type |
name, value| Constructor and Description |
|---|
AppVariableType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Obtient la valeur de la propriété type.
|
void |
setType(String value)
Définit la valeur de la propriété type.
|
getName, getValue, setName, setValueprotected String type
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.