org.apache.openejb.jee.wls
Class ServiceReferenceDescription

java.lang.Object
  extended by org.apache.openejb.jee.wls.ServiceReferenceDescription

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>
 


Field Summary
protected  List<PropertyNamevalue> callProperty
           
protected  String id
           
protected  List<PortInfo> portInfo
           
protected  String serviceRefName
           
protected  String wsdlUrl
           
 
Constructor Summary
ServiceReferenceDescription()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceRefName

protected String serviceRefName

wsdlUrl

protected String wsdlUrl

callProperty

protected List<PropertyNamevalue> callProperty

portInfo

protected List<PortInfo> portInfo

id

protected String id
Constructor Detail

ServiceReferenceDescription

public ServiceReferenceDescription()
Method Detail

getServiceRefName

public String getServiceRefName()
Gets the value of the serviceRefName property.

Returns:
possible object is String

setServiceRefName

public void setServiceRefName(String value)
Sets the value of the serviceRefName property.

Parameters:
value - allowed object is String

getWsdlUrl

public String getWsdlUrl()
Gets the value of the wsdlUrl property.

Returns:
possible object is String

setWsdlUrl

public void setWsdlUrl(String value)
Sets the value of the wsdlUrl property.

Parameters:
value - allowed object is String

getCallProperty

public List<PropertyNamevalue> getCallProperty()
Gets the value of the callProperty property.

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


getPortInfo

public List<PortInfo> getPortInfo()
Gets the value of the portInfo property.

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


getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.