java.lang.Object
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.LogList

public class LogList extends 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>
 
  • Field Details

  • Constructor Details

    • LogList

      public LogList()
  • Method Details

    • getArg0

      public String getArg0()
      Gets the value of the arg0 property.
      Returns:
      possible object is String
    • setArg0

      public void setArg0(String value)
      Sets the value of the arg0 property.
      Parameters:
      value - allowed object is String
    • getArg1

      public List<Object> 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