public class Documentation extends Object
Java class for Documentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Documentation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://plasma.org/metamodel}Body"/>
</sequence>
<attribute name="type" use="required" type="{http://plasma.org/metamodel}DocumentationType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Body |
body |
protected DocumentationType |
type |
| Constructor and Description |
|---|
Documentation() |
| Modifier and Type | Method and Description |
|---|---|
Body |
getBody()
Gets the value of the body property.
|
DocumentationType |
getType()
Gets the value of the type property.
|
void |
setBody(Body value)
Sets the value of the body property.
|
void |
setType(DocumentationType value)
Sets the value of the type property.
|
protected Body body
protected DocumentationType type
public void setBody(Body value)
value - allowed object is
Bodypublic DocumentationType getType()
DocumentationTypepublic void setType(DocumentationType value)
value - allowed object is
DocumentationTypeCopyright © 2019. All rights reserved.