|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.xml.Documentation
public class Documentation
Documentation about a particular HL7 construct.
Constructor Summary | |
---|---|
Documentation()
Standard constructor. |
|
Documentation(Annotation... annotations)
Standard constructor. |
|
Documentation(List<Annotation> annotations)
Standard constructor. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Standard equals implementation. |
List<Annotation> |
getAnnotations()
Get all annotations of documentation. |
String |
getBusinessName()
Get the business name. |
String |
getTitle()
Get the title. |
int |
hashCode()
Standard hash code method. |
void |
setAnnotations(List<Annotation> annotations)
Set the annotations for one annotation type. |
void |
setBusinessName(String businessName)
Set the business name. |
void |
setTitle(String title)
Set the title. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Documentation()
Standard constructor.
public Documentation(List<Annotation> annotations)
Standard constructor.
annotations
- - annotations of documentation.public Documentation(Annotation... annotations)
Standard constructor.
paragraphs
- - annotations of documentation.Method Detail |
---|
public String getTitle()
Get the title.
public void setTitle(String title)
Set the title.
title
- - the new titlepublic String getBusinessName()
Get the business name.
public void setBusinessName(String businessName)
Set the business name.
businessName
- - the new business namepublic boolean equals(Object obj)
Standard equals implementation.
equals
in class Object
obj
- - the other object
public int hashCode()
Standard hash code method.
hashCode
in class Object
public List<Annotation> getAnnotations()
Get all annotations of documentation.
public void setAnnotations(List<Annotation> annotations)
Set the annotations for one annotation type.
annotations
- - the new annotations of documentation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |