public class ComponentRefType extends Object
Classe Java pour ComponentRefType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ComponentRefType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property" type="{http://java.sun.com/xml/ns/jbi/registry}PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="service-units" type="{http://java.sun.com/xml/ns/jbi/registry}ServiceUnitListType" minOccurs="0"/>
<element name="component-config" type="{http://java.sun.com/xml/ns/jbi/registry}ComponentConfigType" minOccurs="0"/>
</sequence>
<attribute name="name-ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="state" use="required" type="{http://java.sun.com/xml/ns/jbi/registry}LifeCycleStatusEnum" />
<attribute name="install-root" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="workspace" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ComponentConfigType |
componentConfig |
protected String |
installRoot |
protected String |
nameRef |
protected List<PropertyType> |
property |
protected ServiceUnitListType |
serviceUnits |
protected LifeCycleStatusEnum |
state |
protected String |
workspace |
| Constructor and Description |
|---|
ComponentRefType() |
| Modifier and Type | Method and Description |
|---|---|
ComponentConfigType |
getComponentConfig()
Obtient la valeur de la propriété componentConfig.
|
String |
getInstallRoot()
Obtient la valeur de la propriété installRoot.
|
String |
getNameRef()
Obtient la valeur de la propriété nameRef.
|
List<PropertyType> |
getProperty()
Gets the value of the property property.
|
ServiceUnitListType |
getServiceUnits()
Obtient la valeur de la propriété serviceUnits.
|
LifeCycleStatusEnum |
getState()
Obtient la valeur de la propriété state.
|
String |
getWorkspace()
Obtient la valeur de la propriété workspace.
|
void |
setComponentConfig(ComponentConfigType value)
Définit la valeur de la propriété componentConfig.
|
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.
|
void |
setServiceUnits(ServiceUnitListType value)
Définit la valeur de la propriété serviceUnits.
|
void |
setState(LifeCycleStatusEnum value)
Définit la valeur de la propriété state.
|
void |
setWorkspace(String value)
Définit la valeur de la propriété workspace.
|
protected List<PropertyType> property
protected ServiceUnitListType serviceUnits
protected ComponentConfigType componentConfig
protected String nameRef
protected LifeCycleStatusEnum state
protected String installRoot
protected String workspace
public List<PropertyType> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyType
public ServiceUnitListType getServiceUnits()
ServiceUnitListTypepublic void setServiceUnits(ServiceUnitListType value)
value - allowed object is
ServiceUnitListTypepublic ComponentConfigType getComponentConfig()
ComponentConfigTypepublic void setComponentConfig(ComponentConfigType value)
value - allowed object is
ComponentConfigTypepublic String getNameRef()
Stringpublic void setNameRef(String value)
value - allowed object is
Stringpublic LifeCycleStatusEnum getState()
LifeCycleStatusEnumpublic void setState(LifeCycleStatusEnum value)
value - allowed object is
LifeCycleStatusEnumpublic String getInstallRoot()
Stringpublic void setInstallRoot(String value)
value - allowed object is
Stringpublic String getWorkspace()
StringCopyright © 2011-2016 OpenESB Community. All Rights Reserved.