public class InstalledComponentsListType extends Object
Classe Java pour InstalledComponentsListType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="InstalledComponentsListType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="component-ref" type="{http://java.sun.com/xml/ns/jbi/registry}ComponentRefType" maxOccurs="unbounded" minOccurs="0"/>
<element name="shared-library-ref" type="{http://java.sun.com/xml/ns/jbi/registry}SharedLibraryRefType" maxOccurs="unbounded" minOccurs="0"/>
<element name="service-assembly-ref" type="{http://java.sun.com/xml/ns/jbi/registry}ServiceAssemblyRefType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name-ref" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ComponentRefType> |
componentRef |
protected String |
nameRef |
protected List<ServiceAssemblyRefType> |
serviceAssemblyRef |
protected List<SharedLibraryRefType> |
sharedLibraryRef |
| Constructor and Description |
|---|
InstalledComponentsListType() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentRefType> |
getComponentRef()
Gets the value of the componentRef property.
|
String |
getNameRef()
Obtient la valeur de la propriété nameRef.
|
List<ServiceAssemblyRefType> |
getServiceAssemblyRef()
Gets the value of the serviceAssemblyRef property.
|
List<SharedLibraryRefType> |
getSharedLibraryRef()
Gets the value of the sharedLibraryRef property.
|
void |
setNameRef(String value)
Définit la valeur de la propriété nameRef.
|
protected List<ComponentRefType> componentRef
protected List<SharedLibraryRefType> sharedLibraryRef
protected List<ServiceAssemblyRefType> serviceAssemblyRef
protected String nameRef
public List<ComponentRefType> getComponentRef()
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 componentRef property.
For example, to add a new item, do as follows:
getComponentRef().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentRefType
public List<SharedLibraryRefType> getSharedLibraryRef()
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 sharedLibraryRef property.
For example, to add a new item, do as follows:
getSharedLibraryRef().add(newItem);
Objects of the following type(s) are allowed in the list
SharedLibraryRefType
public List<ServiceAssemblyRefType> getServiceAssemblyRef()
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 serviceAssemblyRef property.
For example, to add a new item, do as follows:
getServiceAssemblyRef().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceAssemblyRefType
public String getNameRef()
StringCopyright © 2011-2016 OpenESB Community. All Rights Reserved.