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

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

public class DocumentVersionInfoXto
extends java.lang.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
 java.lang.String getComment()
          Gets the value of the comment property.
 java.lang.String getLabel()
          Gets the value of the label property.
 void setComment(java.lang.String value)
          Sets the value of the comment property.
 void setLabel(java.lang.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 java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

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

Parameters:
value - allowed object is String

getComment

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

Returns:
possible object is String

setComment

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

Parameters:
value - allowed object is String


Copyright © 2013 SunGard CSA LLC. All Rights Reserved.