xdoclet.sdk.xtag.migrator
Class Condition

java.lang.Object
  |
  +--xdoclet.sdk.xgg.XGGPojo
        |
        +--xdoclet.sdk.xtag.migrator.Condition

public final class Condition
extends XGGPojo

XML element: <condition/>

. This element exists in the following versions:

Author:
XDoclet

Constructor Summary
Condition()
          Default constructor.
Condition(Condition parent)
          Constructor.
Condition(Namespace parent)
          Constructor.
Condition(OptionSet parent)
          Constructor.
Condition(Parameter parent)
          Constructor.
Condition(Tag parent)
          Constructor.
 
Method Summary
 void addCondition(Condition condition)
          XML element: <condition/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..*)
 void addConditionParameter(ConditionParameter conditionParameter)
          XML element: <condition-parameter/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..*)
 Collection getConditionCollection()
           
 Collection getConditionParameterCollection()
           
 String getType_Att()
           
 void setType_Att(String type_Att)
          XML attribute: <type> This attribute exists in the following versions: xtags_1_1.dtd The cardinality is (1..1)
 
Methods inherited from class xdoclet.sdk.xgg.XGGPojo
checkValue, checkVersion, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Condition

public Condition()
Default constructor. Should not be called explicitly. It's available only to be able to convert xml into beans with Betwixt.


Condition

public Condition(Namespace parent)
          throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.

Condition

public Condition(OptionSet parent)
          throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.

Condition

public Condition(Tag parent)
          throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.

Condition

public Condition(Parameter parent)
          throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.

Condition

public Condition(Condition parent)
          throws IllegalStateException
Constructor. Should only be called if the current version is of the following:

Parameters:
parent - the parent element
Throws:
IllegalStateException - if this constructor is illegal with the current version.
Method Detail

setType_Att

public final void setType_Att(String type_Att)
                       throws IllegalStateException

XML attribute: <type>

This attribute exists in the following versions: The cardinality is (1..1)

Parameters:
type_Att - the java.lang.String to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getType_Att

public final String getType_Att()

addConditionParameter

public final void addConditionParameter(ConditionParameter conditionParameter)
                                 throws IllegalStateException

XML element: <condition-parameter/>

This element exists in the following versions: The cardinality is (0..*)

Parameters:
conditionParameter - the ConditionParameter to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getConditionParameterCollection

public final Collection getConditionParameterCollection()

addCondition

public final void addCondition(Condition condition)
                        throws IllegalStateException

XML element: <condition/>

This element exists in the following versions: The cardinality is (0..*)

Parameters:
condition - the Condition to add.
Throws:
IllegalStateException - if this method is illegal with the current version.

getConditionCollection

public final Collection getConditionCollection()


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.