|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.DocumentVersionInfoXto
public class DocumentVersionInfoXto
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 |
|---|
public DocumentVersionInfoXto()
| Method Detail |
|---|
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||