java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.ItemType

public class ItemType extends Object

Java class for ItemType complex type

.

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


 <complexType name="ItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Text" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • text

      protected String text
  • Constructor Details

    • ItemType

      public ItemType()
  • Method Details

    • getText

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

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