com.metamatrix.api.core.xmi
Class XMIHeader.Documentation

java.lang.Object
  extended by com.metamatrix.api.core.xmi.XMIHeader.Documentation
Enclosing class:
XMIHeader

public static class XMIHeader.Documentation
extends java.lang.Object

Class that represents the "xmi.document" portion of the header


Method Summary
 boolean equals(java.lang.Object obj)
          Determine whether two objects are equivalent
 java.lang.String getContact()
          Return the contact
 java.lang.String getExporter()
          Return the exporter
 java.lang.String getExporterID()
          Return the exporter ID
 java.lang.String getExporterVersion()
          Return the exporter version
 java.lang.String getLongDescription()
          Return the long description
 java.lang.String getNotice()
          Return the notice
 java.lang.String getOwner()
          Return the owner
 java.lang.String getShortDescription()
          Return the short description
 java.lang.String getText()
          Return the content of the "xmi.document" tag
 void setContact(java.lang.String contact)
          Set the contact
 void setExporter(java.lang.String exporter)
          Set the exporter
 void setExporterID(java.lang.String exporterID)
          Set the exporter ID
 void setExporterVersion(java.lang.String exporterVersion)
          Set the exporter version
 void setLongDescription(java.lang.String longDescription)
          Set the long description
 void setNotice(java.lang.String notice)
          Set the notice
 void setOwner(java.lang.String owner)
          Set the owner
 void setShortDescription(java.lang.String shortDescription)
          Set the short description
 void setText(java.lang.String text)
          Set the content of the "xmi.document" tag
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOwner

public java.lang.String getOwner()
Return the owner

Returns:
the owner

setOwner

public void setOwner(java.lang.String owner)
Set the owner

Parameters:
owner - the owner

getContact

public java.lang.String getContact()
Return the contact

Returns:
the contact

setContact

public void setContact(java.lang.String contact)
Set the contact

Parameters:
contact - the contact

getLongDescription

public java.lang.String getLongDescription()
Return the long description

Returns:
the long description

setLongDescription

public void setLongDescription(java.lang.String longDescription)
Set the long description

Parameters:
longDescription - the long description

getShortDescription

public java.lang.String getShortDescription()
Return the short description

Returns:
the short description

setShortDescription

public void setShortDescription(java.lang.String shortDescription)
Set the short description

Parameters:
shortDescription - the short description

getExporter

public java.lang.String getExporter()
Return the exporter

Returns:
the exporter

setExporter

public void setExporter(java.lang.String exporter)
Set the exporter

Parameters:
exporter - the exporter

getExporterVersion

public java.lang.String getExporterVersion()
Return the exporter version

Returns:
the exporter version

setExporterVersion

public void setExporterVersion(java.lang.String exporterVersion)
Set the exporter version

Parameters:
exporterVersion - the exporter version

getExporterID

public java.lang.String getExporterID()
Return the exporter ID

Returns:
the exporter ID

setExporterID

public void setExporterID(java.lang.String exporterID)
Set the exporter ID

Parameters:
exporterID - the exporter ID

getNotice

public java.lang.String getNotice()
Return the notice

Returns:
the notice

setNotice

public void setNotice(java.lang.String notice)
Set the notice

Parameters:
notice - the notice

getText

public java.lang.String getText()
Return the content of the "xmi.document" tag

Returns:
the text

setText

public void setText(java.lang.String text)
Set the content of the "xmi.document" tag

Parameters:
text - the text

equals

public boolean equals(java.lang.Object obj)
Determine whether two objects are equivalent

Overrides:
equals in class java.lang.Object
Parameters:
obj - the object to be compared
Returns:
true if both Documentation objects are equivalent, or false otherwise


Copyright © 2009. All Rights Reserved.