public class Info extends Object implements Serializable
<complexType name="info">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Revision" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
label |
protected String |
revision |
| Constructor and Description |
|---|
Info() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getRevision()
Gets the value of the revision property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setRevision(String value)
Sets the value of the revision property.
|
protected String label
protected String description
protected String revision
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is Stringpublic String getRevision()
StringCopyright © 2021 Samply Community. All rights reserved.