Class ListType
java.lang.Object
name.jurgenei.gradle.ooxml.generated.canonical.ListType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
item
-
ordered
-
-
Constructor Details
-
ListType
public ListType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the ordered property.- Returns:
- possible object is
Boolean
-
setOrdered
Sets the value of the ordered property.- Parameters:
value- allowed object isBoolean
-