ca.infoway.messagebuilder.xml
Class DifferenceValue

Package class diagram package DifferenceValue
java.lang.Object
  extended by ca.infoway.messagebuilder.xml.DifferenceValue

public class DifferenceValue
extends Object


Constructor Summary
DifferenceValue()
           
DifferenceValue(String version, String value)
           
 
Method Summary
 String getValue()
          The value that is different.
 String getVersion()
          The messageset version this difference applies to .
 void setValue(String value)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DifferenceValue

public DifferenceValue()

DifferenceValue

public DifferenceValue(String version,
                       String value)
Method Detail

getVersion

public String getVersion()
The messageset version this difference applies to .

Returns:
the version

setVersion

public void setVersion(String version)

getValue

public String getValue()
The value that is different.

Returns:
the value

setValue

public void setValue(String value)


Copyright © 2013. All Rights Reserved.