net.ivoa.xml.voresource.v1
Class SecurityMethod

java.lang.Object
  extended by net.ivoa.xml.voresource.v1.SecurityMethod

public class SecurityMethod
extends java.lang.Object

this type only allows one to refer to the mechanism via a URI. Derived types would allow for more metadata.

Java class for SecurityMethod complex type.

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

 <complexType name="SecurityMethod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="standardID" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String standardID
           
 
Constructor Summary
SecurityMethod()
           
 
Method Summary
 java.lang.String getStandardID()
          Gets the value of the standardID property.
 void setStandardID(java.lang.String value)
          Sets the value of the standardID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

standardID

protected java.lang.String standardID
Constructor Detail

SecurityMethod

public SecurityMethod()
Method Detail

getStandardID

public java.lang.String getStandardID()
Gets the value of the standardID property.

Returns:
possible object is String

setStandardID

public void setStandardID(java.lang.String value)
Sets the value of the standardID property.

Parameters:
value - allowed object is String


Copyright © 2011 VAMDC. All Rights Reserved.