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