org.eclipse.stardust.engine.api.ws
Class DocumentVersionInfoXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.DocumentVersionInfoXto

public class DocumentVersionInfoXto
extends Object

Holds basic information of a document version.

Java class for DocumentVersionInfo complex type.

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

 <complexType name="DocumentVersionInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DocumentVersionInfoXto()
           
 
Method Summary
 String getComment()
          Gets the value of the comment property.
 String getLabel()
          Gets the value of the label property.
 void setComment(String value)
          Sets the value of the comment property.
 void setLabel(String value)
          Sets the value of the label property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentVersionInfoXto

public DocumentVersionInfoXto()
Method Detail

getLabel

public String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getComment

public String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

public void setComment(String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.