ch.interlis.iom_j.xtf
Class XtfModel

java.lang.Object
  extended by ch.interlis.iom_j.xtf.XtfModel

public class XtfModel
extends java.lang.Object

Represents a MODEL entry in the HEADERSECTION of an XTF file.

Author:
ceis

Constructor Summary
XtfModel()
           
XtfModel(java.lang.String name, java.lang.String uri, java.lang.String version)
          Creates a new instance with the given name, uri and version.
 
Method Summary
 java.lang.String getName()
          Gets the name of the model.
 java.lang.String getUri()
          Gets the uri of the issuer of the model.
 java.lang.String getVersion()
          Gets the version of the model.
 void setName(java.lang.String name)
          Sets the name of the model.
 void setUri(java.lang.String uri)
          Sets the uri of the issuer of the model.
 void setVersion(java.lang.String version)
          Sets the version of the model.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtfModel

public XtfModel()

XtfModel

public XtfModel(java.lang.String name,
                java.lang.String uri,
                java.lang.String version)
Creates a new instance with the given name, uri and version.

Parameters:
name - Name of model
uri - URI of issuer of model
version - version of model
Method Detail

getName

public java.lang.String getName()
Gets the name of the model.


setName

public void setName(java.lang.String name)
Sets the name of the model.


getUri

public java.lang.String getUri()
Gets the uri of the issuer of the model.


setUri

public void setUri(java.lang.String uri)
Sets the uri of the issuer of the model.


getVersion

public java.lang.String getVersion()
Gets the version of the model.


setVersion

public void setVersion(java.lang.String version)
Sets the version of the model.