xdoclet.sdk.xtag.migrator
Class Parameter

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

public final class Parameter
extends XGGPojo

XML element: <parameter/>

. This element exists in the following versions:

Author:
XDoclet

Constructor Summary
Parameter()
          Default constructor.
Parameter(Tag parent)
          Constructor.
 
Method Summary
 Condition getCondition()
           
 ConditionDescription getConditionDescription()
           
 Mandatory getMandatory()
           
 OptionSets getOptionSets()
           
 String getType_Att()
           
 UsageDescription getUsageDescription()
           
 Xmldefault getXmldefault()
           
 Xmlname getXmlname()
           
 void setCondition(Condition condition)
          XML element: <condition/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1)
 void setConditionDescription(ConditionDescription conditionDescription)
          XML element: <condition-description/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1)
 void setMandatory(Mandatory mandatory)
          XML element: <mandatory/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1)
 void setOptionSets(OptionSets optionSets)
          XML element: <option-sets/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1)
 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)
 void setUsageDescription(UsageDescription usageDescription)
          XML element: <usage-description/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1)
 void setXmldefault(Xmldefault xmldefault)
          XML element: <default/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1)
 void setXmlname(Xmlname xmlname)
          XML element: <name/> This element 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

Parameter

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


Parameter

public Parameter(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.
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()

setXmlname

public final void setXmlname(Xmlname xmlname)
                      throws IllegalStateException

XML element: <name/>

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

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

getXmlname

public final Xmlname getXmlname()

setUsageDescription

public final void setUsageDescription(UsageDescription usageDescription)
                               throws IllegalStateException

XML element: <usage-description/>

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

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

getUsageDescription

public final UsageDescription getUsageDescription()

setMandatory

public final void setMandatory(Mandatory mandatory)
                        throws IllegalStateException

XML element: <mandatory/>

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

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

getMandatory

public final Mandatory getMandatory()

setXmldefault

public final void setXmldefault(Xmldefault xmldefault)
                         throws IllegalStateException

XML element: <default/>

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

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

getXmldefault

public final Xmldefault getXmldefault()

setConditionDescription

public final void setConditionDescription(ConditionDescription conditionDescription)
                                   throws IllegalStateException

XML element: <condition-description/>

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

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

getConditionDescription

public final ConditionDescription getConditionDescription()

setCondition

public final void setCondition(Condition condition)
                        throws IllegalStateException

XML element: <condition/>

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

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

getCondition

public final Condition getCondition()

setOptionSets

public final void setOptionSets(OptionSets optionSets)
                         throws IllegalStateException

XML element: <option-sets/>

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

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

getOptionSets

public final OptionSets getOptionSets()


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