|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.ServiceRefType
public class ServiceRefType
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>
| Field Summary | |
|---|---|
protected List<PortType> |
port
|
protected ServiceCompletionType |
serviceCompletion
|
protected String |
serviceRefName
|
protected String |
wsdlFile
|
| Constructor Summary | |
|---|---|
ServiceRefType()
|
|
| Method Summary | |
|---|---|
List<PortType> |
getPort()
Gets the value of the port property. |
ServiceCompletionType |
getServiceCompletion()
Gets the value of the serviceCompletion property. |
String |
getServiceRefName()
Gets the value of the serviceRefName property. |
String |
getWsdlFile()
Gets the value of the wsdlFile property. |
void |
setServiceCompletion(ServiceCompletionType value)
Sets the value of the serviceCompletion property. |
void |
setServiceRefName(String value)
Sets the value of the serviceRefName property. |
void |
setWsdlFile(String wsdlFile)
Sets the value of the wsdlFile property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String serviceRefName
protected String wsdlFile
protected ServiceCompletionType serviceCompletion
protected List<PortType> port
| Constructor Detail |
|---|
public ServiceRefType()
| Method Detail |
|---|
public String getServiceRefName()
Stringpublic void setServiceRefName(String value)
value - allowed object is
Stringpublic ServiceCompletionType getServiceCompletion()
ServiceCompletionTypepublic void setServiceCompletion(ServiceCompletionType value)
value - allowed object is
ServiceCompletionTypepublic List<PortType> getPort()
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 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 String getWsdlFile()
Stringpublic void setWsdlFile(String wsdlFile)
wsdlFile - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||