xdoclet.sdk.xtag.migrator
Class OptionSet

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

public final class OptionSet
extends XGGPojo

XML element: <option-set/>

. This element exists in the following versions:

Author:
XDoclet

Constructor Summary
OptionSet()
          Default constructor.
OptionSet(OptionSets parent)
          Constructor.
 
Method Summary
 Condition getCondition()
           
 Options getOptions()
           
 Xmldefault getXmldefault()
           
 void setCondition(Condition condition)
          XML element: <condition/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1)
 void setOptions(Options options)
          XML element: <options/> 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)
 
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

OptionSet

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


OptionSet

public OptionSet(OptionSets 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

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()

setOptions

public final void setOptions(Options options)
                      throws IllegalStateException

XML element: <options/>

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

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

getOptions

public final Options getOptions()

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()


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