public class LogList
extends java.lang.Object
Java class for logList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="logList"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="arg0" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="arg1" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
arg0 |
protected java.util.List<java.lang.Object> |
arg1 |
Constructor and Description |
---|
LogList() |
protected java.lang.String arg0
protected java.util.List<java.lang.Object> arg1
public java.lang.String getArg0()
String
public void setArg0(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.Object> getArg1()
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 arg1 property.
For example, to add a new item, do as follows:
getArg1().add(newItem);
Objects of the following type(s) are allowed in the list
Object