fr.etai.xat2v2.obj
Class Label

java.lang.Object
  extended by fr.etai.xat2v2.obj.Label
All Implemented Interfaces:
Serializable

public class Label
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Label

public Label()
Method Detail

getShortLabel

public String getShortLabel()
Gets the value of the shortLabel property.

Returns:
possible object is String

setShortLabel

public void setShortLabel(String value)
Sets the value of the shortLabel property.

Parameters:
value - allowed object is String

getLongLabel

public String getLongLabel()
Gets the value of the longLabel property.

Returns:
possible object is String

setLongLabel

public void setLongLabel(String value)
Sets the value of the longLabel property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.