|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.jee.wls.ServiceReferenceDescription
public class ServiceReferenceDescription
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>
Field Summary | |
---|---|
protected java.util.List<PropertyNamevalue> |
callProperty
|
protected java.lang.String |
id
|
protected java.util.List<PortInfo> |
portInfo
|
protected java.lang.String |
serviceRefName
|
protected java.lang.String |
wsdlUrl
|
Constructor Summary | |
---|---|
ServiceReferenceDescription()
|
Method Summary | |
---|---|
java.util.List<PropertyNamevalue> |
getCallProperty()
Gets the value of the callProperty property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<PortInfo> |
getPortInfo()
Gets the value of the portInfo property. |
java.lang.String |
getServiceRefName()
Gets the value of the serviceRefName property. |
java.lang.String |
getWsdlUrl()
Gets the value of the wsdlUrl property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setServiceRefName(java.lang.String value)
Sets the value of the serviceRefName property. |
void |
setWsdlUrl(java.lang.String value)
Sets the value of the wsdlUrl property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String serviceRefName
protected java.lang.String wsdlUrl
protected java.util.List<PropertyNamevalue> callProperty
protected java.util.List<PortInfo> portInfo
protected java.lang.String id
Constructor Detail |
---|
public ServiceReferenceDescription()
Method Detail |
---|
public java.lang.String getServiceRefName()
String
public void setServiceRefName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWsdlUrl()
String
public void setWsdlUrl(java.lang.String value)
value
- allowed object is
String
public java.util.List<PropertyNamevalue> getCallProperty()
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 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
PropertyNamevalue
public java.util.List<PortInfo> getPortInfo()
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 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
PortInfo
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |