Class OutlineType.Add
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.OutlineType.Add
-
- Enclosing class:
- OutlineType
public static class OutlineType.Add extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element name="item" type="{http://schema.webpdf.de/1.0/operation}ItemType"/> </choice> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Add()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ItemType>getItem()Gets the value of the item property.booleanisSetItem()voidunsetItem()
-
-
-
Method Detail
-
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 Jakarta XML Binding 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.
-
isSetItem
public boolean isSetItem()
-
unsetItem
public void unsetItem()
-
-