Class ServiceRefType


  • public class ServiceRefType
    extends 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>
     
    • Constructor Detail

      • ServiceRefType

        public ServiceRefType()
    • 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
      • getPort

        public List<PortType> getPort()
        Gets the value of the port 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 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
      • getWsdlFile

        public String getWsdlFile()
        Gets the value of the wsdlFile property.
        Returns:
        possible object is String
      • setWsdlFile

        public void setWsdlFile​(String wsdlFile)
        Sets the value of the wsdlFile property.
        Parameters:
        wsdlFile - allowed object is String