|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.vmdb.hl7.HL7Object | +--org.vmdb.hl7.HL7Element | +--org.vmdb.hl7.FCElement
Description: HL7 Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
The method names follow the convention established by other Element type classes. Names follow the HL7 documentation.
See the HL7 documentation for an explanation of each component.
Constructor Summary | |
FCElement()
Construct a Financial Class Element using the default name and type constants at the default level FIELD. |
|
FCElement(int iLevel)
Construct a Financial Class Element using the default name and type constants. |
Method Summary | |
java.lang.String |
getEffectiveDate()
|
java.lang.String |
getFinancialClass()
|
void |
setEffectiveDate(java.lang.String sEffectiveDate)
|
void |
setFinancialClass(java.lang.String sFinancialClass)
|
Methods inherited from class org.vmdb.hl7.HL7Element |
clear, empty, getComponent, getLevel, getType, getValue, initialize, iterator, makeElement, setComponent, setLevel, setType, setValue, size, toHL7String, toString, toXML |
Methods inherited from class org.vmdb.hl7.HL7Object |
getRule |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FCElement(int iLevel)
iLevel
- One of the constants for specifying level as FIELD, COMPONENT, or
SUBCOMPONENT. Default FIELD.public FCElement()
Method Detail |
public void setFinancialClass(java.lang.String sFinancialClass)
public java.lang.String getFinancialClass()
public void setEffectiveDate(java.lang.String sEffectiveDate)
public java.lang.String getEffectiveDate()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |