public class ServiceAssemblyRefType extends Object
Classe Java pour ServiceAssemblyRefType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ServiceAssemblyRefType">
<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="state" type="{http://java.sun.com/xml/ns/jbi/registry}LifeCycleStatusEnum" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nameRef |
protected LifeCycleStatusEnum |
state |
| Constructor and Description |
|---|
ServiceAssemblyRefType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNameRef()
Obtient la valeur de la propriété nameRef.
|
LifeCycleStatusEnum |
getState()
Obtient la valeur de la propriété state.
|
void |
setNameRef(String value)
Définit la valeur de la propriété nameRef.
|
void |
setState(LifeCycleStatusEnum value)
Définit la valeur de la propriété state.
|
protected String nameRef
protected LifeCycleStatusEnum state
public String getNameRef()
Stringpublic void setNameRef(String value)
value - allowed object is
Stringpublic LifeCycleStatusEnum getState()
LifeCycleStatusEnumpublic void setState(LifeCycleStatusEnum value)
value - allowed object is
LifeCycleStatusEnumCopyright © 2011-2016 OpenESB Community. All Rights Reserved.