org.sciplore.rest
Class WebserviceType

java.lang.Object
  extended by org.sciplore.rest.WebserviceType

public class WebserviceType
extends java.lang.Object

Java class for webserviceType complex type.

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

 <complexType name="webserviceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="document" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}documentType"/>
         <element name="annotations" type="{http://dke113.cs.uni-magdeburg.de/rest/xml}annotationsType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
WebserviceType()
           
 
Method Summary
 AnnotationsType getAnnotations()
          Gets the value of the annotations property.
 DocumentType getDocument()
          Gets the value of the document property.
 void setAnnotations(AnnotationsType value)
          Sets the value of the annotations property.
 void setDocument(DocumentType value)
          Sets the value of the document property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebserviceType

public WebserviceType()
Method Detail

getDocument

public DocumentType getDocument()
Gets the value of the document property.

Returns:
possible object is DocumentType

setDocument

public void setDocument(DocumentType value)
Sets the value of the document property.

Parameters:
value - allowed object is DocumentType

getAnnotations

public AnnotationsType getAnnotations()
Gets the value of the annotations property.

Returns:
possible object is AnnotationsType

setAnnotations

public void setAnnotations(AnnotationsType value)
Sets the value of the annotations property.

Parameters:
value - allowed object is AnnotationsType