net.ivoa.xml.voresource.v1
Class Interface

java.lang.Object
  extended by net.ivoa.xml.voresource.v1.Interface
Direct Known Subclasses:
ParamHTTP, WebBrowser, WebService

public abstract class Interface
extends java.lang.Object

Additional interface subtypes (beyond WebService and WebBrowser) are defined in the VODataService schema.

Java class for Interface complex type.

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

 <complexType name="Interface">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="accessURL" type="{http://www.ivoa.net/xml/VOResource/v1.0}AccessURL" maxOccurs="unbounded"/>
         <element name="securityMethod" type="{http://www.ivoa.net/xml/VOResource/v1.0}SecurityMethod" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" default="1.0" />
       <attribute name="role" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<AccessURL> accessURL
           
protected  java.lang.String role
           
protected  java.util.List<SecurityMethod> securityMethod
           
protected  java.lang.String version
           
 
Constructor Summary
Interface()
           
 
Method Summary
 java.util.List<AccessURL> getAccessURL()
          Gets the value of the accessURL property.
 java.lang.String getRole()
          Gets the value of the role property.
 java.util.List<SecurityMethod> getSecurityMethod()
          Gets the value of the securityMethod property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setRole(java.lang.String value)
          Sets the value of the role property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accessURL

protected java.util.List<AccessURL> accessURL

securityMethod

protected java.util.List<SecurityMethod> securityMethod

version

protected java.lang.String version

role

protected java.lang.String role
Constructor Detail

Interface

public Interface()
Method Detail

getAccessURL

public java.util.List<AccessURL> getAccessURL()
Gets the value of the accessURL 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 accessURL property.

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

    getAccessURL().add(newItem);
 

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


getSecurityMethod

public java.util.List<SecurityMethod> getSecurityMethod()
Gets the value of the securityMethod 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 securityMethod property.

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

    getSecurityMethod().add(newItem);
 

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


getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getRole

public java.lang.String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(java.lang.String value)
Sets the value of the role property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.