java.lang.Object
net.anwiba.tools.yworks.labels.generated.Label

public class Label extends Object

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="Text" type="{}TextType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • text

      protected Text text
  • Constructor Details

    • Label

      public Label()
  • Method Details

    • getText

      public Text getText()
      Gets the value of the text property.
      Returns:
      possible object is Text
    • setText

      public void setText(Text value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is Text