org.sourceforge.ifx.framework.complextype
Class HolInfo_Type

java.lang.Object
  extended byorg.sourceforge.ifx.basetypes.IFXObject
      extended byorg.sourceforge.ifx.framework.complextype.HolInfo_Type
Direct Known Subclasses:
HolInfo

public class HolInfo_Type
extends IFXObject

Generated code.

Author:
org.sourceforge.ifx.tools.CodeGenerator

Field Summary
 java.lang.String[] ELEMENTS
          Element ordering - Name HolDt
 
Constructor Summary
HolInfo_Type()
          Default constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if objects are equal, false otherwise.
 HolDt getHolDt()
          Getter for holDt
 Name getName()
          Getter for name
 void setHolDt(HolDt _holDt)
          Setter for holDt
 void setName(Name _name)
          Setter for name
 
Methods inherited from class org.sourceforge.ifx.basetypes.IFXObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ELEMENTS

public final java.lang.String[] ELEMENTS
Element ordering - Name HolDt

Constructor Detail

HolInfo_Type

public HolInfo_Type()
Default constructor

Method Detail

setName

public void setName(Name _name)
Setter for name


getName

public Name getName()
Getter for name

Returns:
a org.sourceforge.ifx.framework.element.Name

setHolDt

public void setHolDt(HolDt _holDt)
Setter for holDt


getHolDt

public HolDt getHolDt()
Getter for holDt

Returns:
a org.sourceforge.ifx.framework.element.HolDt

equals

public boolean equals(java.lang.Object obj)
Returns true if objects are equal, false otherwise.

Overrides:
equals in class IFXObject
Parameters:
obj - the object to compare with.
Returns:
true if equal, false if not.