public class Entry extends Object
Java class for entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="translatedLabel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parent" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="obsolete" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Entry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
Integer |
getObsolete()
Gets the value of the obsolete property.
|
String |
getParent()
Gets the value of the parent property.
|
String |
getTranslatedLabel()
Gets the value of the translatedLabel property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setObsolete(Integer value)
Sets the value of the obsolete property.
|
void |
setParent(String value)
Sets the value of the parent property.
|
void |
setTranslatedLabel(String value)
Sets the value of the translatedLabel property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getTranslatedLabel()
Stringpublic void setTranslatedLabel(String value)
value - allowed object is
Stringpublic String getParent()
Stringpublic void setParent(String value)
value - allowed object is
Stringpublic Integer getObsolete()
IntegerCopyright © 2011 Nuxeo SA. All Rights Reserved.