Class WebService

java.lang.Object
org.javastro.ivoa.entities.resource.ServiceInterface
org.javastro.ivoa.entities.resource.WebService
All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Direct Known Subclasses:
OAISOAP

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public class WebService extends ServiceInterface implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
The accessURL element gives the Web Service's endpoint URL.

Java class for WebService complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="WebService">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/VOResource/v1.0}Interface">
       <sequence>
         <element name="wsdlURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • wsdlURLs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<String> wsdlURLs
      Multiple occurrences should represent mirror copies of the same WSDL file.
  • Constructor Details

  • Method Details

    • getWsdlURLs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<String> getWsdlURLs()
      Multiple occurrences should represent mirror copies of the same WSDL file. Gets the value of the wsdlURLs 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 wsdlURLs property.

      For example, to add a new item, do as follows:

       getWsdlURLs().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

      Returns:
      The value of the wsdlURLs property.
    • equals

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public boolean equals(Object object)
      Overrides:
      equals in class ServiceInterface
    • hashCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public int hashCode()
      Overrides:
      hashCode in class ServiceInterface
    • toString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String toString()
      Overrides:
      toString in class ServiceInterface
    • append

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      append in class ServiceInterface
    • appendFields

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb.lang.ToString
      Overrides:
      appendFields in class ServiceInterface
    • withWsdlURLs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public WebService withWsdlURLs(String... values)
    • withWsdlURLs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public WebService withWsdlURLs(Collection<String> values)
    • withAccessURLs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public WebService withAccessURLs(AccessURL... values)
      Overrides:
      withAccessURLs in class ServiceInterface
    • withAccessURLs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public WebService withAccessURLs(Collection<AccessURL> values)
      Overrides:
      withAccessURLs in class ServiceInterface
    • withMirrorURLs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public WebService withMirrorURLs(MirrorURL... values)
      Overrides:
      withMirrorURLs in class ServiceInterface
    • withMirrorURLs

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public WebService withMirrorURLs(Collection<MirrorURL> values)
      Overrides:
      withMirrorURLs in class ServiceInterface
    • withSecurityMethod

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public WebService withSecurityMethod(SecurityMethod value)
      Overrides:
      withSecurityMethod in class ServiceInterface
    • withTestQueryString

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public WebService withTestQueryString(String value)
      Overrides:
      withTestQueryString in class ServiceInterface
    • withVersion

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public WebService withVersion(String value)
      Overrides:
      withVersion in class ServiceInterface
    • withRole

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public WebService withRole(String value)
      Overrides:
      withRole in class ServiceInterface
    • mergeFrom

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(Object left, Object right)
      Specified by:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class ServiceInterface
    • mergeFrom

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)
      Specified by:
      mergeFrom in interface org.jvnet.jaxb.lang.MergeFrom
      Overrides:
      mergeFrom in class ServiceInterface
    • createNewInstance

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.MergeFrom