|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sciplore.rest.WebserviceType
public class WebserviceType
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 |
|---|
public WebserviceType()
| Method Detail |
|---|
public DocumentType getDocument()
DocumentTypepublic void setDocument(DocumentType value)
value - allowed object is
DocumentTypepublic AnnotationsType getAnnotations()
AnnotationsTypepublic void setAnnotations(AnnotationsType value)
value - allowed object is
AnnotationsType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||