org.spase.parser110
Class AccessURL

java.lang.Object
  extended by org.spase.parser110.AccessURL

public class AccessURL
extends java.lang.Object

Attributes of the method of acquiring a resource including a URL, name and description.

Java class for AccessURL complex type.

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

 <complexType name="AccessURL">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}Name" minOccurs="0"/>
         <element ref="{http://www.spase-group.org/data/schema}URL"/>
         <element ref="{http://www.spase-group.org/data/schema}Description" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  java.lang.String name
           
protected  java.lang.String url
           
 
Constructor Summary
AccessURL()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getURL()
          Gets the value of the url property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setURL(java.lang.String value)
          Sets the value of the url property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

url

protected java.lang.String url

description

protected java.lang.String description
Constructor Detail

AccessURL

public AccessURL()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getURL

public java.lang.String getURL()
Gets the value of the url property.

Returns:
possible object is String

setURL

public void setURL(java.lang.String value)
Sets the value of the url property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String