|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ivoa.xml.voresource.v1.Interface
public abstract class Interface
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 |
---|
protected java.util.List<AccessURL> accessURL
protected java.util.List<SecurityMethod> securityMethod
protected java.lang.String version
protected java.lang.String role
Constructor Detail |
---|
public Interface()
Method Detail |
---|
public java.util.List<AccessURL> getAccessURL()
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
public java.util.List<SecurityMethod> getSecurityMethod()
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
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRole()
String
public void setRole(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |