|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.state.ArtifactActionDTO
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public class ArtifactActionDTO
Java class for artifactAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="artifactAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="projectId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="operation" use="required" type="{http://hudson-ci.org/xsd/hudson/2.1.0/maven/state}artifactOperation" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ArtifactOperationDTO |
operation
|
protected String |
projectId
|
| Constructor Summary | |
|---|---|
ArtifactActionDTO()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ArtifactOperationDTO |
getOperation()
Gets the value of the operation property. |
String |
getProjectId()
Gets the value of the projectId property. |
int |
hashCode()
|
void |
setOperation(ArtifactOperationDTO value)
Sets the value of the operation property. |
void |
setProjectId(String value)
Sets the value of the projectId property. |
ArtifactActionDTO |
withOperation(ArtifactOperationDTO value)
|
ArtifactActionDTO |
withProjectId(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@XStreamAsAttribute protected String projectId
@XStreamAsAttribute protected ArtifactOperationDTO operation
| Constructor Detail |
|---|
public ArtifactActionDTO()
| Method Detail |
|---|
public String getProjectId()
Stringpublic void setProjectId(String value)
value - allowed object is
Stringpublic ArtifactOperationDTO getOperation()
ArtifactOperationDTOpublic void setOperation(ArtifactOperationDTO value)
value - allowed object is
ArtifactOperationDTOpublic ArtifactActionDTO withProjectId(String value)
public ArtifactActionDTO withOperation(ArtifactOperationDTO 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 | |||||||||