XmlAgentParameters.AgentClass

public static class AgentClass

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">
      <sequence>
        <element name="ClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <sequence maxOccurs="unbounded" minOccurs="0">
          <element name="Argument" type="{http://www.w3.org/2001/XMLSchema}string"/>
        </sequence>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Fields

argument

protected List<String> argument

className

protected String className

Methods

getArgument

public List<String> getArgument()

Gets the value of the argument 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 argument property.

For example, to add a new item, do as follows:

getArgument().add(newItem);

Objects of the following type(s) are allowed in the list String

getClassName

public String getClassName()

Gets the value of the className property.

Returns:possible object is String

setClassName

public void setClassName(String value)

Sets the value of the className property.

Parameters:
  • value – allowed object is String