org.archiviststoolkit.structure.lookupListSchema
Class Pair

java.lang.Object
  extended by org.archiviststoolkit.structure.lookupListSchema.Pair

public class Pair
extends java.lang.Object

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">
       <sequence>
         <element ref="{}value"/>
         <element ref="{}code"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String code
           
protected  Value value
           
 
Constructor Summary
Pair()
           
 
Method Summary
 java.lang.String getCode()
          Gets the value of the code property.
 Value getValue()
          Gets the value of the value property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 void setValue(Value value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected Value value

code

protected java.lang.String code
Constructor Detail

Pair

public Pair()
Method Detail

getValue

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

Returns:
possible object is Value

setValue

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

Parameters:
value - allowed object is Value

getCode

public java.lang.String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(java.lang.String value)
Sets the value of the code property.

Parameters:
value - allowed object is String