ca.infoway.messagebuilder.xml
Class Documentation

Package class diagram package Documentation
java.lang.Object
  extended by ca.infoway.messagebuilder.xml.Documentation

public class Documentation
extends Object

Documentation about a particular HL7 construct.

Author:
Intelliware Development

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

Documentation

public Documentation()

Standard constructor.


Documentation

public Documentation(List<Annotation> annotations)

Standard constructor.

Parameters:
annotations - - annotations of documentation.

Documentation

public Documentation(Annotation... annotations)

Standard constructor.

Parameters:
paragraphs - - annotations of documentation.
Method Detail

getTitle

public String getTitle()

Get the title.

Returns:
- the title.

setTitle

public void setTitle(String title)

Set the title.

Parameters:
title - - the new title

getBusinessName

public String getBusinessName()

Get the business name.

Returns:
the business name

setBusinessName

public void setBusinessName(String businessName)

Set the business name.

Parameters:
businessName - - the new business name

equals

public boolean equals(Object obj)

Standard equals implementation.

Overrides:
equals in class Object
Parameters:
obj - - the other object
Returns:
true if the objects are equal; false otherwise

hashCode

public int hashCode()

Standard hash code method.

Overrides:
hashCode in class Object
Returns:
the hash code

getAnnotations

public List<Annotation> getAnnotations()

Get all annotations of documentation.

Returns:
- the annotations of documentation.

setAnnotations

public void setAnnotations(List<Annotation> annotations)

Set the annotations for one annotation type.

Parameters:
annotations - - the new annotations of documentation.


Copyright © 2013. All Rights Reserved.