|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.conf.spec.Specification
public class Specification
A conformance specification (see HL7 2.5 section 2.12).
| Constructor Summary | |
|---|---|
Specification()
Creates a new instance of Specification |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list. |
void |
addVetoableChangeListener(VetoableChangeListener l)
Adds a VetoableChangeListener to the listener list. |
Conformance |
getConformance()
Getter for property conformance. |
String |
getConformanceType()
Getter for property conformanceType. |
Encoding |
getEncodings(int index)
Indexed getter for property encodings. |
String |
getHL7OID()
Getter for property HL7OID. |
String |
getHL7Version()
Getter for property HL7Version. |
ImpNote |
getImpNote()
Getter for property impNote. |
StaticDef |
getMessage()
Getter for property message. |
String |
getOrgName()
Getter for property orgName. |
String |
getRole()
Getter for property role. |
String |
getSpecName()
Getter for property specName. |
String |
getSpecVersion()
Getter for property specVersion. |
String |
getStatus()
Getter for property status. |
UseCase |
getUseCase()
Getter for property useCase. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list. |
void |
removeVetoableChangeListener(VetoableChangeListener l)
Removes a VetoableChangeListener from the listener list. |
void |
setConformance(Conformance conformance)
Setter for property conformance. |
void |
setConformanceType(String conformanceType)
Setter for property conformanceType. |
void |
setEncodings(int index,
Encoding encodings)
Indexed setter for property encodings. |
void |
setHL7OID(String HL7OID)
Setter for property HL7OID. |
void |
setHL7Version(String HL7Version)
Setter for property HL7Version. |
void |
setImpNote(ImpNote impNote)
Setter for property impNote. |
void |
setMessage(StaticDef message)
Setter for property message. |
void |
setOrgName(String orgName)
Setter for property orgName. |
void |
setRole(String role)
Setter for property role. |
void |
setSpecName(String specName)
Setter for property specName. |
void |
setSpecVersion(String specVersion)
Setter for property specVersion. |
void |
setStatus(String status)
Setter for property status. |
void |
setUseCase(UseCase useCase)
Setter for property useCase. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Specification()
| Method Detail |
|---|
public void addPropertyChangeListener(PropertyChangeListener l)
l - The listener to add.public void removePropertyChangeListener(PropertyChangeListener l)
l - The listener to remove.public void addVetoableChangeListener(VetoableChangeListener l)
l - The listener to add.public void removeVetoableChangeListener(VetoableChangeListener l)
l - The listener to remove.public ImpNote getImpNote()
public void setImpNote(ImpNote impNote)
throws PropertyVetoException
impNote - New value of property impNote.
PropertyVetoExceptionpublic UseCase getUseCase()
public void setUseCase(UseCase useCase)
throws PropertyVetoException
useCase - New value of property useCase.
PropertyVetoExceptionpublic Conformance getConformance()
public void setConformance(Conformance conformance)
throws PropertyVetoException
conformance - New value of property conformance.
PropertyVetoExceptionpublic Encoding getEncodings(int index)
index - Index of the property.
index.
public void setEncodings(int index,
Encoding encodings)
throws PropertyVetoException
index - Index of the property.encodings - New value of the property at index.
PropertyVetoExceptionpublic StaticDef getMessage()
public void setMessage(StaticDef message)
throws PropertyVetoException
message - New value of property message.
PropertyVetoExceptionpublic String getSpecName()
public void setSpecName(String specName)
throws PropertyVetoException
specName - New value of property specName.
PropertyVetoExceptionpublic String getOrgName()
public void setOrgName(String orgName)
throws PropertyVetoException
orgName - New value of property orgName.
PropertyVetoExceptionpublic String getHL7Version()
public void setHL7Version(String HL7Version)
throws PropertyVetoException
HL7Version - New value of property HL7Version.
PropertyVetoExceptionpublic String getSpecVersion()
public void setSpecVersion(String specVersion)
throws PropertyVetoException
specVersion - New value of property specVersion.
PropertyVetoExceptionpublic String getStatus()
public void setStatus(String status)
throws PropertyVetoException
status - New value of property status.
PropertyVetoExceptionpublic String getRole()
public void setRole(String role)
throws PropertyVetoException
role - New value of property role.
PropertyVetoExceptionpublic String getHL7OID()
public void setHL7OID(String HL7OID)
throws PropertyVetoException
HL7OID - New value of property HL7OID.
PropertyVetoExceptionpublic String getConformanceType()
public void setConformanceType(String conformanceType)
throws PropertyVetoException
conformanceType - New value of property conformanceType.
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||