hu.soft4d.minerva.wsdl.ssm
Class LocationVarEntry

java.lang.Object
  extended by hu.soft4d.minerva.wsdl.ssm.LocationVarEntry

public class LocationVarEntry
extends java.lang.Object

Entity class representing a location variable entry in an SSM Schema definition XML stream.

The parent is the "var" Jdom element, needed for namespace issues.

Author:
Zsolt Kiss Gere, 4D Soft Ltd.

Constructor Summary
LocationVarEntry(org.jdom.Element parent, java.lang.String name, java.lang.String type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationVarEntry

public LocationVarEntry(org.jdom.Element parent,
                        java.lang.String name,
                        java.lang.String type)