com.xebialabs.deployit.core.api.jaxb
Class MapElement

java.lang.Object
  extended by com.xebialabs.deployit.core.api.jaxb.MapElement

public final class MapElement
extends java.lang.Object


Constructor Summary
MapElement()
           
MapElement(java.lang.String key, java.lang.Object value)
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.Object getValue()
           
 void setKey(java.lang.String key)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapElement

public MapElement()

MapElement

public MapElement(java.lang.String key,
                  java.lang.Object value)
Method Detail

setKey

public void setKey(java.lang.String key)

getKey

public java.lang.String getKey()

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)