org.spase.parser121
Class Service

java.lang.Object
  extended by org.spase.parser121.Service

public class Service
extends java.lang.Object

A location or facility that can perform a well defined task.

Java class for Service complex type.

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

 <complexType name="Service">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.spase-group.org/data/schema}ResourceID"/>
         <element ref="{http://www.spase-group.org/data/schema}ResourceHeader"/>
         <element ref="{http://www.spase-group.org/data/schema}AccessURL"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  AccessURL accessURL
           
protected  ResourceHeader resourceHeader
           
protected  java.lang.String resourceID
           
 
Constructor Summary
Service()
           
 
Method Summary
 AccessURL getAccessURL()
          Gets the value of the accessURL property.
 ResourceHeader getResourceHeader()
          Gets the value of the resourceHeader property.
 java.lang.String getResourceID()
          Gets the value of the resourceID property.
 void setAccessURL(AccessURL value)
          Sets the value of the accessURL property.
 void setResourceHeader(ResourceHeader value)
          Sets the value of the resourceHeader property.
 void setResourceID(java.lang.String value)
          Sets the value of the resourceID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceID

protected java.lang.String resourceID

resourceHeader

protected ResourceHeader resourceHeader

accessURL

protected AccessURL accessURL
Constructor Detail

Service

public Service()
Method Detail

getResourceID

public java.lang.String getResourceID()
Gets the value of the resourceID property.

Returns:
possible object is String

setResourceID

public void setResourceID(java.lang.String value)
Sets the value of the resourceID property.

Parameters:
value - allowed object is String

getResourceHeader

public ResourceHeader getResourceHeader()
Gets the value of the resourceHeader property.

Returns:
possible object is ResourceHeader

setResourceHeader

public void setResourceHeader(ResourceHeader value)
Sets the value of the resourceHeader property.

Parameters:
value - allowed object is ResourceHeader

getAccessURL

public AccessURL getAccessURL()
Gets the value of the accessURL property.

Returns:
possible object is AccessURL

setAccessURL

public void setAccessURL(AccessURL value)
Sets the value of the accessURL property.

Parameters:
value - allowed object is AccessURL