org.hudsonci.maven.model.config
Class DocumentAttributeDTO

java.lang.Object
  extended by org.hudsonci.maven.model.config.DocumentAttributeDTO
All Implemented Interfaces:
Serializable

@Generated(value="XJC hudson-jaxb-ri-2.1-2",
           date="2011-12-06T19:15:37")
public class DocumentAttributeDTO
extends Object
implements Serializable

Java class for documentAttribute complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="documentAttribute">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  String value
           
 
Constructor Summary
DocumentAttributeDTO()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          Gets the value of the name property.
 String getValue()
          Gets the value of the value property.
 int hashCode()
           
 void setName(String value)
          Sets the value of the name property.
 void setValue(String value)
          Sets the value of the value property.
 String toString()
           
 DocumentAttributeDTO withName(String value)
           
 DocumentAttributeDTO withValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

@XStreamAsAttribute
protected String name

value

@XStreamAsAttribute
protected String value
Constructor Detail

DocumentAttributeDTO

public DocumentAttributeDTO()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

withName

public DocumentAttributeDTO withName(String value)

withValue

public DocumentAttributeDTO withValue(String value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.