|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.xml.PackageLocation
public class PackageLocation
The package location. Each package location corresponds with one MIF file.
Constructor Summary | |
---|---|
PackageLocation()
The default constructor. |
|
PackageLocation(String name)
Standard constructor. |
Method Summary | |
---|---|
void |
addDifference(Difference difference)
|
String |
getCategory()
Get the category. |
String |
getDescriptiveName()
Get the descriptive name. |
List<Difference> |
getDifferences()
Tracks package location differences for regen |
Map<String,MessagePart> |
getMessageParts()
Get a map of all message parts, keyed by fully-qualified type name. |
String |
getName()
Get the name. |
String |
getRootType()
The name of the top-level class defined by the MIF file. |
void |
setCategory(String category)
Set the category, such as "cr" (Client Registry). |
void |
setDescriptiveName(String descriptiveName)
Set the descriptive name. |
void |
setDifferences(List<Difference> differences)
|
void |
setMessageParts(Map<String,MessagePart> messageParts)
Set the map of all message parts. |
void |
setName(String name)
Set the name. |
void |
setRootType(String rootType)
Set the name of the top-level class defined by the MIF file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackageLocation()
The default constructor.
public PackageLocation(String name)
Standard constructor.
name
- the name of the package locationMethod Detail |
---|
public String getName()
Get the name. e.g. "PRPA_MT101103CA"
getName
in interface Named
public void setName(String name)
Set the name.
name
- - the new namepublic String getRootType()
The name of the top-level class defined by the MIF file.
public void setRootType(String rootType)
Set the name of the top-level class defined by the MIF file.
rootType
- - the root type name.public Map<String,MessagePart> getMessageParts()
Get a map of all message parts, keyed by fully-qualified type name.
public void setMessageParts(Map<String,MessagePart> messageParts)
Set the map of all message parts.
messageParts
- - the new valuepublic String getDescriptiveName()
Get the descriptive name.
public void setDescriptiveName(String descriptiveName)
Set the descriptive name.
descriptiveName
- - the new valuepublic void setCategory(String category)
Set the category, such as "cr" (Client Registry).
category
- - the new valuepublic String getCategory()
Get the category.
getCategory
in interface Categorizable
public List<Difference> getDifferences()
getDifferences
in interface HasDifferences
public void setDifferences(List<Difference> differences)
public void addDifference(Difference difference)
addDifference
in interface HasDifferences
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |