public class ServiceReferenceDescription extends Object
Java class for service-reference-description complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="service-reference-description">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="service-ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="wsdl-url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="call-property" type="{http://www.bea.com/ns/weblogic/90}property-namevalue" maxOccurs="unbounded" minOccurs="0"/>
<element name="port-info" type="{http://www.bea.com/ns/weblogic/90}port-info" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<PropertyNamevalue> |
callProperty |
protected String |
id |
protected List<PortInfo> |
portInfo |
protected String |
serviceRefName |
protected String |
wsdlUrl |
| Constructor and Description |
|---|
ServiceReferenceDescription() |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyNamevalue> |
getCallProperty()
Gets the value of the callProperty property.
|
String |
getId()
Gets the value of the id property.
|
List<PortInfo> |
getPortInfo()
Gets the value of the portInfo property.
|
String |
getServiceRefName()
Gets the value of the serviceRefName property.
|
String |
getWsdlUrl()
Gets the value of the wsdlUrl property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setServiceRefName(String value)
Sets the value of the serviceRefName property.
|
void |
setWsdlUrl(String value)
Sets the value of the wsdlUrl property.
|
protected String serviceRefName
protected String wsdlUrl
protected List<PropertyNamevalue> callProperty
protected String id
public String getServiceRefName()
Stringpublic void setServiceRefName(String value)
value - allowed object is
Stringpublic String getWsdlUrl()
Stringpublic void setWsdlUrl(String value)
value - allowed object is
Stringpublic List<PropertyNamevalue> getCallProperty()
set method for the callProperty property.
For example, to add a new item, do as follows:
getCallProperty().add(newItem);
Objects of the following type(s) are allowed in the list
PropertyNamevaluepublic List<PortInfo> getPortInfo()
set method for the portInfo property.
For example, to add a new item, do as follows:
getPortInfo().add(newItem);
Objects of the following type(s) are allowed in the list
PortInfoCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.