com.abra.j2xb.beans.xmlModel
Class MoXmlChoiceElement.MoXmlChoiceOptionElement

java.lang.Object
  extended by com.abra.j2xb.beans.xmlModel.MoXmlElement
      extended by com.abra.j2xb.beans.xmlModel.MoXmlChoiceElement.MoXmlChoiceOptionElement
Enclosing class:
MoXmlChoiceElement

public class MoXmlChoiceElement.MoXmlChoiceOptionElement
extends MoXmlElement


Constructor Summary
MoXmlChoiceElement.MoXmlChoiceOptionElement(MoXmlElement parent, MoXmlSchema schema, MOChoicePropertyDescriptor.OptionDescriptor optionDescriptor)
           
 
Method Summary
 java.lang.String getElementName()
           
 boolean isXmlOptional()
           
 void persistInstance(XmlNode targetParentNode, java.lang.Object sourceInstance)
           
 void printElement(java.io.PrintWriter pw, java.lang.String indent)
           
 void readInstance(XmlNode sourceNode, java.lang.Object targetInstance, java.util.Set<MoXmlElement> suppressElements)
           
 
Methods inherited from class com.abra.j2xb.beans.xmlModel.MoXmlElement
getChildElements, getParentElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoXmlChoiceElement.MoXmlChoiceOptionElement

public MoXmlChoiceElement.MoXmlChoiceOptionElement(MoXmlElement parent,
                                                   MoXmlSchema schema,
                                                   MOChoicePropertyDescriptor.OptionDescriptor optionDescriptor)
Method Detail

getElementName

public java.lang.String getElementName()
Specified by:
getElementName in class MoXmlElement

printElement

public void printElement(java.io.PrintWriter pw,
                         java.lang.String indent)
Specified by:
printElement in class MoXmlElement

isXmlOptional

public boolean isXmlOptional()
Specified by:
isXmlOptional in class MoXmlElement

persistInstance

public void persistInstance(XmlNode targetParentNode,
                            java.lang.Object sourceInstance)
                     throws XmlPersistException
Specified by:
persistInstance in class MoXmlElement
Throws:
XmlPersistException

readInstance

public void readInstance(XmlNode sourceNode,
                         java.lang.Object targetInstance,
                         java.util.Set<MoXmlElement> suppressElements)
                  throws XmlPersistException
Specified by:
readInstance in class MoXmlElement
Throws:
XmlPersistException


Copyright © 2008. All Rights Reserved.