public class DocumentVersionInfoXto extends Object
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 and Description |
|---|
DocumentVersionInfoXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getComment()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.