|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.InvocationDTO
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class InvocationDTO
Java class for invocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="invocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="arg" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="result" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="exception" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
InvocationDTO.Method
Java class for anonymous complex type. |
static class |
InvocationDTO.Result
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected List<Object> |
args
|
protected InvocationDTO.Method |
method
|
protected InvocationDTO.Result |
result
|
| Constructor Summary | |
|---|---|
InvocationDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<Object> |
getArgs()
Gets the value of the args property. |
InvocationDTO.Method |
getMethod()
Gets the value of the method property. |
InvocationDTO.Result |
getResult()
Gets the value of the result property. |
int |
hashCode()
|
void |
setMethod(InvocationDTO.Method value)
Sets the value of the method property. |
void |
setResult(InvocationDTO.Result value)
Sets the value of the result property. |
InvocationDTO |
withArgs(Collection<Object> values)
|
InvocationDTO |
withArgs(Object... values)
|
InvocationDTO |
withMethod(InvocationDTO.Method value)
|
InvocationDTO |
withResult(InvocationDTO.Result value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected InvocationDTO.Method method
protected List<Object> args
protected InvocationDTO.Result result
| Constructor Detail |
|---|
public InvocationDTO()
| Method Detail |
|---|
public InvocationDTO.Method getMethod()
InvocationDTO.Methodpublic void setMethod(InvocationDTO.Method value)
value - allowed object is
InvocationDTO.Methodpublic List<Object> getArgs()
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 args property.
For example, to add a new item, do as follows:
getArgs().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public InvocationDTO.Result getResult()
InvocationDTO.Resultpublic void setResult(InvocationDTO.Result value)
value - allowed object is
InvocationDTO.Resultpublic InvocationDTO withMethod(InvocationDTO.Method value)
public InvocationDTO withArgs(Object... values)
public InvocationDTO withArgs(Collection<Object> values)
public InvocationDTO withResult(InvocationDTO.Result value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||