public class ServiceCompletionType
extends java.lang.Object
Java class for service-completionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="service-completionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="service-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="port-completion" type="{http://geronimo.apache.org/xml/ns/naming-1.2}port-completionType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<PortCompletionType> |
portCompletion |
protected java.lang.String |
serviceName |
Constructor and Description |
---|
ServiceCompletionType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PortCompletionType> |
getPortCompletion()
Gets the value of the portCompletion property.
|
java.lang.String |
getServiceName()
Gets the value of the serviceName property.
|
void |
setServiceName(java.lang.String value)
Sets the value of the serviceName property.
|
protected java.lang.String serviceName
protected java.util.List<PortCompletionType> portCompletion
public java.lang.String getServiceName()
String
public void setServiceName(java.lang.String value)
value
- allowed object is
String
public java.util.List<PortCompletionType> getPortCompletion()
set
method for the portCompletion property.
For example, to add a new item, do as follows:
getPortCompletion().add(newItem);Objects of the following type(s) are allowed in the list
PortCompletionType