org.hudsonci.maven.model
Class PropertiesDTO.Entry

java.lang.Object
  extended by org.hudsonci.maven.model.PropertiesDTO.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
PropertiesDTO

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

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">
       <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
PropertiesDTO.Entry()
           
 
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.
 PropertiesDTO.Entry withName(String value)
           
 PropertiesDTO.Entry withValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

@XStreamAsAttribute
protected String name

value

@XStreamAsAttribute
protected String value
Constructor Detail

PropertiesDTO.Entry

public PropertiesDTO.Entry()
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 PropertiesDTO.Entry withName(String value)

withValue

public PropertiesDTO.Entry withValue(String value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.