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

public class ListType extends Object

Java class for ListType complex type

.

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


 <complexType name="ListType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Item" type="{http://jurgenei.name/canonical}ItemType" maxOccurs="unbounded"/>
       </sequence>
       <attribute name="ordered" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ListType

      public ListType()
  • Method Details

    • getItem

      public List<ItemType> getItem()
      Gets the value of the item property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the item property.

      For example, to add a new item, do as follows:

       getItem().add(newItem);
       

      Objects of the following type(s) are allowed in the list ItemType

      Returns:
      The value of the item property.
    • isOrdered

      public Boolean isOrdered()
      Gets the value of the ordered property.
      Returns:
      possible object is Boolean
    • setOrdered

      public void setOrdered(Boolean value)
      Sets the value of the ordered property.
      Parameters:
      value - allowed object is Boolean