Class LogList
java.lang.Object
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.LogList
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
arg0
-
arg1
-
-
Constructor Details
-
LogList
public LogList()
-
-
Method Details
-
getArg0
Gets the value of the arg0 property.- Returns:
- possible object is
String
-
setArg0
Sets the value of the arg0 property.- Parameters:
value
- allowed object isString
-
getArg1
Gets the value of the arg1 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 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
-