|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.conf.spec.MetaData
public class MetaData
Conformance Profile meta data (an element of ConformanceProfile and StaticDef).
Constructor Summary | |
---|---|
MetaData()
Creates a new instance of MetaData |
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list. |
void |
addVetoableChangeListener(java.beans.VetoableChangeListener l)
Adds a VetoableChangeListener to the listener list. |
java.lang.String |
getName()
Getter for property name. |
java.lang.String |
getOrgName()
Getter for property orgName. |
java.lang.String |
getStatus()
Getter for property status. |
java.lang.String |
getTopics()
Getter for property topics. |
java.lang.String |
getVersion()
Getter for property version. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list. |
void |
removeVetoableChangeListener(java.beans.VetoableChangeListener l)
Removes a VetoableChangeListener from the listener list. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setOrgName(java.lang.String orgName)
Setter for property orgName. |
void |
setStatus(java.lang.String status)
Setter for property status. |
void |
setTopics(java.lang.String topics)
Setter for property topics. |
void |
setVersion(java.lang.String version)
Setter for property version. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetaData()
Method Detail |
---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to add.public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to remove.public void addVetoableChangeListener(java.beans.VetoableChangeListener l)
l
- The listener to add.public void removeVetoableChangeListener(java.beans.VetoableChangeListener l)
l
- The listener to remove.public java.lang.String getName()
public void setName(java.lang.String name) throws ProfileException
name
- New value of property name.
ProfileException
public java.lang.String getOrgName()
public void setOrgName(java.lang.String orgName) throws ProfileException
orgName
- New value of property orgName.
ProfileException
public java.lang.String getVersion()
public void setVersion(java.lang.String version) throws ProfileException
version
- New value of property version.
ProfileException
public java.lang.String getStatus()
public void setStatus(java.lang.String status) throws ProfileException
status
- New value of property status.
ProfileException
public java.lang.String getTopics()
public void setTopics(java.lang.String topics) throws ProfileException
topics
- New value of property topics.
ProfileException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |