public class RuntimeProfile extends Object
Constructor and Description |
---|
RuntimeProfile()
Creates a new instance of Specification
|
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getImpNote()
Getter for property impNote.
|
StaticDef |
getMessage()
Getter for property message.
|
String |
getName() |
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(String impNote)
Setter for property impNote.
|
void |
setMessage(StaticDef message)
Setter for property message.
|
void |
setName(String theName) |
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.
|
public RuntimeProfile()
public void addPropertyChangeListener(PropertyChangeListener l)
l
- The listener to add.public void addVetoableChangeListener(VetoableChangeListener l)
l
- The listener to add.public Conformance getConformance()
public String getConformanceType()
public Encoding getEncodings(int index)
index
- Index of the property.index
.public String getHL7Version()
public String getImpNote()
public StaticDef getMessage()
public String getOrgName()
public String getSpecName()
public String getSpecVersion()
public UseCase getUseCase()
public void removePropertyChangeListener(PropertyChangeListener l)
l
- The listener to remove.public void removeVetoableChangeListener(VetoableChangeListener l)
l
- The listener to remove.public void setConformance(Conformance conformance) throws ProfileException
conformance
- New value of property conformance.ProfileException
public void setConformanceType(String conformanceType) throws ProfileException
conformanceType
- New value of property conformanceType.ProfileException
public void setEncodings(int index, Encoding encodings) throws ProfileException
index
- Index of the property.encodings
- New value of the property at index
.ProfileException
public void setHL7OID(String HL7OID) throws ProfileException
HL7OID
- New value of property HL7OID.ProfileException
public void setHL7Version(String HL7Version) throws ProfileException
HL7Version
- New value of property HL7Version.ProfileException
public void setImpNote(String impNote) throws ProfileException
impNote
- New value of property impNote.ProfileException
public void setMessage(StaticDef message) throws ProfileException
message
- New value of property message.ProfileException
public void setName(String theName) throws ProfileException
ProfileException
public String getName()
public void setOrgName(String orgName) throws ProfileException
orgName
- New value of property orgName.ProfileException
public void setRole(String role) throws ProfileException
role
- New value of property role.ProfileException
public void setSpecName(String specName) throws ProfileException
specName
- New value of property specName.ProfileException
public void setSpecVersion(String specVersion) throws ProfileException
specVersion
- New value of property specVersion.ProfileException
public void setStatus(String status) throws ProfileException
status
- New value of property status.ProfileException
public void setUseCase(UseCase useCase) throws ProfileException
useCase
- New value of property useCase.ProfileException
Copyright © 2001–2017 University Health Network. All rights reserved.