|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.conf.spec.message.AbstractSegmentContainer
ca.uhn.hl7v2.conf.spec.message.SegGroup
public class SegGroup
A specification for a segment group in a conformance profile.
Constructor Summary | |
---|---|
SegGroup()
Creates a new instance of SegGroup |
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 |
getLongName()
Getter for property longName. |
short |
getMax()
Getter for property max. |
short |
getMin()
Getter for property min. |
java.lang.String |
getName()
Getter for property name. |
java.lang.String |
getPredicate()
Getter for property predicate. |
java.lang.String |
getUsage()
Getter for property usage. |
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 |
setLongName(java.lang.String longName)
Setter for property longName. |
void |
setMax(short max)
Setter for property max. |
void |
setMin(short min)
Setter for property min. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setPredicate(java.lang.String predicate)
Setter for property predicate. |
void |
setUsage(java.lang.String usage)
Setter for property usage. |
Methods inherited from class ca.uhn.hl7v2.conf.spec.message.AbstractSegmentContainer |
---|
getChild, getChildren, getDescription, getImpNote, getReference, setChild, setDescription, setImpNote, setReference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ca.uhn.hl7v2.conf.spec.message.ProfileStructure |
---|
getDescription, getImpNote, getReference, setDescription, setImpNote, setReference |
Constructor Detail |
---|
public SegGroup()
Method Detail |
---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
addPropertyChangeListener
in class AbstractSegmentContainer
l
- The listener to add.public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
removePropertyChangeListener
in class AbstractSegmentContainer
l
- The listener to remove.public void addVetoableChangeListener(java.beans.VetoableChangeListener l)
addVetoableChangeListener
in class AbstractSegmentContainer
l
- The listener to add.public void removeVetoableChangeListener(java.beans.VetoableChangeListener l)
removeVetoableChangeListener
in class AbstractSegmentContainer
l
- The listener to remove.public java.lang.String getPredicate()
getPredicate
in interface ProfileStructure
public void setPredicate(java.lang.String predicate) throws ProfileException
setPredicate
in interface ProfileStructure
predicate
- New value of property predicate.
ProfileException
public java.lang.String getName()
getName
in interface ProfileStructure
public void setName(java.lang.String name) throws ProfileException
setName
in interface ProfileStructure
name
- New value of property name.
ProfileException
public java.lang.String getLongName()
getLongName
in interface ProfileStructure
public void setLongName(java.lang.String longName) throws ProfileException
setLongName
in interface ProfileStructure
longName
- New value of property longName.
ProfileException
public java.lang.String getUsage()
getUsage
in interface ProfileStructure
public void setUsage(java.lang.String usage) throws ProfileException
setUsage
in interface ProfileStructure
usage
- New value of property usage.
ProfileException
public short getMin()
getMin
in interface ProfileStructure
public void setMin(short min) throws ProfileException
setMin
in interface ProfileStructure
min
- New value of property min.
ProfileException
public short getMax()
getMax
in interface ProfileStructure
public void setMax(short max) throws ProfileException
setMax
in interface ProfileStructure
max
- New value of property max.
ProfileException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |