com.legstar.test.coxb.varar021
Class LkupInfo39

java.lang.Object
  extended by com.legstar.test.coxb.varar021.LkupInfo39

public class LkupInfo39
extends Object

Java class for LkupInfo39 complex type.

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

 <complexType name="LkupInfo39">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LkupId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LkupTypCd" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String lkupId
           
protected  String lkupTypCd
           
 
Constructor Summary
LkupInfo39()
           
 
Method Summary
 String getLkupId()
          Gets the value of the lkupId property.
 String getLkupTypCd()
          Gets the value of the lkupTypCd property.
 void setLkupId(String value)
          Sets the value of the lkupId property.
 void setLkupTypCd(String value)
          Sets the value of the lkupTypCd property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lkupId

protected String lkupId

lkupTypCd

protected String lkupTypCd
Constructor Detail

LkupInfo39

public LkupInfo39()
Method Detail

getLkupId

public String getLkupId()
Gets the value of the lkupId property.

Returns:
possible object is String

setLkupId

public void setLkupId(String value)
Sets the value of the lkupId property.

Parameters:
value - allowed object is String

getLkupTypCd

public String getLkupTypCd()
Gets the value of the lkupTypCd property.

Returns:
possible object is String

setLkupTypCd

public void setLkupTypCd(String value)
Sets the value of the lkupTypCd property.

Parameters:
value - allowed object is String


Copyright © 2011 LegSem. All Rights Reserved.