public class SedicoImplantData
extends java.lang.Object
The parameters are : (name [type] description)
Java class for sedicoImplantData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sedicoImplantData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="implantDataId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="companyId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="atricleNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="lotNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="locationLang" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="scanDate" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="simpleDateFormat" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mrn" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="formDataId" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="linked" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
atricleNumber |
protected long |
companyId |
protected java.lang.String |
companyName |
protected java.lang.String |
description |
protected long |
formDataId |
protected long |
implantDataId |
protected boolean |
linked |
protected java.lang.String |
locationLang |
protected java.lang.String |
lotNumber |
protected java.lang.String |
mrn |
protected java.lang.String |
scanDate |
protected java.lang.String |
simpleDateFormat |
Constructor and Description |
---|
SedicoImplantData() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAtricleNumber()
Gets the value of the atricleNumber property.
|
long |
getCompanyId()
Gets the value of the companyId property.
|
java.lang.String |
getCompanyName()
Gets the value of the companyName property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
long |
getFormDataId()
Gets the value of the formDataId property.
|
long |
getImplantDataId()
Gets the value of the implantDataId property.
|
java.lang.String |
getLocationLang()
Gets the value of the locationLang property.
|
java.lang.String |
getLotNumber()
Gets the value of the lotNumber property.
|
java.lang.String |
getMrn()
Gets the value of the mrn property.
|
java.lang.String |
getScanDate()
Gets the value of the scanDate property.
|
java.lang.String |
getSimpleDateFormat()
Gets the value of the simpleDateFormat property.
|
boolean |
isLinked()
Gets the value of the linked property.
|
void |
setAtricleNumber(java.lang.String value)
Sets the value of the atricleNumber property.
|
void |
setCompanyId(long value)
Sets the value of the companyId property.
|
void |
setCompanyName(java.lang.String value)
Sets the value of the companyName property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setFormDataId(long value)
Sets the value of the formDataId property.
|
void |
setImplantDataId(long value)
Sets the value of the implantDataId property.
|
void |
setLinked(boolean value)
Sets the value of the linked property.
|
void |
setLocationLang(java.lang.String value)
Sets the value of the locationLang property.
|
void |
setLotNumber(java.lang.String value)
Sets the value of the lotNumber property.
|
void |
setMrn(java.lang.String value)
Sets the value of the mrn property.
|
void |
setScanDate(java.lang.String value)
Sets the value of the scanDate property.
|
void |
setSimpleDateFormat(java.lang.String value)
Sets the value of the simpleDateFormat property.
|
protected long implantDataId
protected long companyId
protected java.lang.String companyName
protected java.lang.String atricleNumber
protected java.lang.String lotNumber
protected java.lang.String locationLang
protected java.lang.String description
protected java.lang.String scanDate
protected java.lang.String simpleDateFormat
protected java.lang.String mrn
protected long formDataId
protected boolean linked
public long getImplantDataId()
public void setImplantDataId(long value)
public long getCompanyId()
public void setCompanyId(long value)
public java.lang.String getCompanyName()
String
public void setCompanyName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAtricleNumber()
String
public void setAtricleNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLotNumber()
String
public void setLotNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocationLang()
String
public void setLocationLang(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getScanDate()
String
public void setScanDate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSimpleDateFormat()
String
public void setSimpleDateFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMrn()
String
public void setMrn(java.lang.String value)
value
- allowed object is
String
public long getFormDataId()
public void setFormDataId(long value)
public boolean isLinked()
public void setLinked(boolean value)