org.plasma.provisioning
Class Documentation

java.lang.Object
  extended by org.plasma.provisioning.Documentation

public class Documentation
extends Object

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

body

protected Body body

type

protected DocumentationType type
Constructor Detail

Documentation

public Documentation()
Method Detail

getBody

public Body getBody()
Gets the value of the body property.

Returns:
possible object is Body

setBody

public void setBody(Body value)
Sets the value of the body property.

Parameters:
value - allowed object is Body

getType

public DocumentationType getType()
Gets the value of the type property.

Returns:
possible object is DocumentationType

setType

public void setType(DocumentationType value)
Sets the value of the type property.

Parameters:
value - allowed object is DocumentationType


Copyright © 2013. All rights reserved.