public class ServiceUnitType extends Object
Classe Java pour ServiceUnitType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ServiceUnitType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="state" type="{http://java.sun.com/xml/ns/jbi/registry}LifeCycleStatusEnum" />
<attribute name="service-assembly-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
serviceAssemblyRef |
protected LifeCycleStatusEnum |
state |
| Constructor and Description |
|---|
ServiceUnitType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Obtient la valeur de la propriété name.
|
String |
getServiceAssemblyRef()
Obtient la valeur de la propriété serviceAssemblyRef.
|
LifeCycleStatusEnum |
getState()
Obtient la valeur de la propriété state.
|
void |
setName(String value)
Définit la valeur de la propriété name.
|
void |
setServiceAssemblyRef(String value)
Définit la valeur de la propriété serviceAssemblyRef.
|
void |
setState(LifeCycleStatusEnum value)
Définit la valeur de la propriété state.
|
protected String name
protected LifeCycleStatusEnum state
protected String serviceAssemblyRef
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic LifeCycleStatusEnum getState()
LifeCycleStatusEnumpublic void setState(LifeCycleStatusEnum value)
value - allowed object is
LifeCycleStatusEnumpublic String getServiceAssemblyRef()
StringCopyright © 2011-2016 OpenESB Community. All Rights Reserved.