|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.InvocationDTO.Method
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public static class InvocationDTO.Method
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="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>
| Field Summary | |
|---|---|
protected String |
name
|
protected List<String> |
types
|
| Constructor Summary | |
|---|---|
InvocationDTO.Method()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getName()
Gets the value of the name property. |
List<String> |
getTypes()
Gets the value of the types property. |
int |
hashCode()
|
void |
setName(String value)
Sets the value of the name property. |
InvocationDTO.Method |
withName(String value)
|
InvocationDTO.Method |
withTypes(Collection<String> values)
|
InvocationDTO.Method |
withTypes(String... values)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> types
@XStreamAsAttribute protected String name
| Constructor Detail |
|---|
public InvocationDTO.Method()
| Method Detail |
|---|
public List<String> getTypes()
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 types property.
For example, to add a new item, do as follows:
getTypes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic InvocationDTO.Method withTypes(String... values)
public InvocationDTO.Method withTypes(Collection<String> values)
public InvocationDTO.Method withName(String 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 | |||||||||