|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.provisioning.Documentation
public class Documentation
Provides documentation for provisioning elements
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://www.servicelabs.org/plasma/provisioning}Body"/>
</sequence>
<attribute name="type" use="required" type="{http://www.servicelabs.org/plasma/provisioning}DocumentationType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Body |
body
|
protected DocumentationType |
type
|
| Constructor Summary | |
|---|---|
Documentation()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Body body
protected DocumentationType type
| Constructor Detail |
|---|
public Documentation()
| Method Detail |
|---|
public Body getBody()
Bodypublic void setBody(Body value)
value - allowed object is
Bodypublic DocumentationType getType()
DocumentationTypepublic void setType(DocumentationType value)
value - allowed object is
DocumentationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||