|
Sun Message Library for HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.hl7.builder.HL7OTDBuilderSpec
public class HL7OTDBuilderSpec
The HL7OTDBuilderSpec brings together specific properties needed by the HL7OTDBuilder to properly build HL7 OTDs.
| Constructor Summary | |
|---|---|
HL7OTDBuilderSpec()
Constructs an empty HL7OTDBuilderSpec |
|
| Method Summary | |
|---|---|
HL7Messages |
getParserModel()
Retrieves the Parser model. |
java.lang.Object |
getProperty(java.lang.String name)
Returns an object identifying the value of a property |
java.util.Iterator |
getPropertyNames()
Returns an iterator to iterate through all the properties of a specific OtdBuilderSpec |
void |
setParserModel(HL7Messages parserModel)
Sets the Parser model. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
Sets Object identifying the value of a property |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HL7OTDBuilderSpec()
| Method Detail |
|---|
public java.util.Iterator getPropertyNames()
getPropertyNames in interface com.stc.otd.builder.OtdBuilderSpecpublic java.lang.Object getProperty(java.lang.String name)
getProperty in interface com.stc.otd.builder.OtdBuilderSpecname - the name of a property
public void setProperty(java.lang.String name,
java.lang.Object value)
setProperty in interface com.stc.otd.builder.OtdBuilderSpecname - the name of a propertyvalue - the value of a propertypublic HL7Messages getParserModel()
public void setParserModel(HL7Messages parserModel)
parserModel - the parser model
|
Sun Message Library for HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||