org.mindswap.xmlparser.xml
Class XMLElement
java.lang.Object
|
+--org.mindswap.xmlparser.xml.XMLResource
|
+--org.mindswap.xmlparser.xml.XMLElement
- public class XMLElement
- extends XMLResource
Title:
Description:
Copyright: Copyright (c) 2002
Company:
- Author:
- unascribed
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INFINITE
public static final int INFINITE
XMLElement
public XMLElement()
XMLElement
public XMLElement(java.lang.String s)
getType
public java.lang.Object getType()
setType
public void setType(java.lang.Object s)
setMaxOccurs
public void setMaxOccurs(int i)
getMaxOccurs
public int getMaxOccurs()
setMinOccurs
public void setMinOccurs(int i)
getMinOccurs
public int getMinOccurs()
getNillable
public boolean getNillable()
setNillabe
public void setNillabe(boolean b)