net.ivoa.xml.voresource.v1
Class WebService
java.lang.Object
net.ivoa.xml.voresource.v1.Interface
net.ivoa.xml.voresource.v1.WebService
public class WebService
- extends Interface
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 Summary |
protected java.util.List<java.lang.String> |
wsdlURL
|
Method Summary |
java.util.List<java.lang.String> |
getWsdlURL()
Gets the value of the wsdlURL property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wsdlURL
protected java.util.List<java.lang.String> wsdlURL
WebService
public WebService()
getWsdlURL
public java.util.List<java.lang.String> getWsdlURL()
- Gets the value of the wsdlURL 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 wsdlURL property.
For example, to add a new item, do as follows:
getWsdlURL().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2011 VAMDC. All Rights Reserved.