java.lang.Object
net.anwiba.tools.yworks.shapenode.generated.NodeLabel

public class NodeLabel extends Object

Java class for NodeLabelType complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="NodeLabelType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="modelName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="modelPosition" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • content

      protected String content
    • modelName

      protected String modelName
    • modelPosition

      protected String modelPosition
  • Constructor Details

    • NodeLabel

      public NodeLabel()
  • Method Details

    • getContent

      public String getContent()
      Gets the value of the content property.
      Returns:
      possible object is String
    • setContent

      public void setContent(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String
    • getModelName

      public String getModelName()
      Gets the value of the modelName property.
      Returns:
      possible object is String
    • setModelName

      public void setModelName(String value)
      Sets the value of the modelName property.
      Parameters:
      value - allowed object is String
    • getModelPosition

      public String getModelPosition()
      Gets the value of the modelPosition property.
      Returns:
      possible object is String
    • setModelPosition

      public void setModelPosition(String value)
      Sets the value of the modelPosition property.
      Parameters:
      value - allowed object is String