org.jibx.xsd2jibx
Class XsdSimpleContent

java.lang.Object
  extended by org.jibx.xsd2jibx.XsdSimpleContent

public class XsdSimpleContent
extends java.lang.Object

2004-04-16 class not used yet instead a simpleContentBase attribute is added to the complexType


Constructor Summary
XsdSimpleContent()
           
 
Method Summary
 XsdAttribute getAttribute(int i)
           
 java.lang.String getBase()
           
 XsdExtension getExtension()
           
 boolean isExtension()
           
 int sizeAttributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XsdSimpleContent

public XsdSimpleContent()
Method Detail

sizeAttributes

public int sizeAttributes()

getAttribute

public XsdAttribute getAttribute(int i)

isExtension

public boolean isExtension()

getExtension

public XsdExtension getExtension()

getBase

public java.lang.String getBase()