|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Label
public class Label
Description with words.
Java class for LabelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LabelType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="short-label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="long-label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Label()
|
Method Summary | |
---|---|
String |
getLongLabel()
Gets the value of the longLabel property. |
String |
getShortLabel()
Gets the value of the shortLabel property. |
String |
getSource()
Gets the value of the source property. |
void |
setLongLabel(String value)
Sets the value of the longLabel property. |
void |
setShortLabel(String value)
Sets the value of the shortLabel property. |
void |
setSource(String value)
Sets the value of the source property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Label()
Method Detail |
---|
public String getShortLabel()
String
public void setShortLabel(String value)
value
- allowed object is
String
public String getLongLabel()
String
public void setLongLabel(String value)
value
- allowed object is
String
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |