org.mindswap.xmlparser.xml
Class XMLComplexType

java.lang.Object
  |
  +--org.mindswap.xmlparser.xml.XMLResource
        |
        +--org.mindswap.xmlparser.xml.XMLComplexType

public class XMLComplexType
extends XMLResource


Constructor Summary
XMLComplexType()
           
XMLComplexType(java.lang.String s)
           
 
Method Summary
 void addRestriction(XMLRestriction r)
           
 java.util.Vector getElements()
           
 XMLResourceList getRestrictions()
           
 void setElements(java.util.Vector v)
           
 
Methods inherited from class org.mindswap.xmlparser.xml.XMLResource
getFriendlyName, getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLComplexType

public XMLComplexType()

XMLComplexType

public XMLComplexType(java.lang.String s)
Method Detail

getElements

public java.util.Vector getElements()

setElements

public void setElements(java.util.Vector v)

addRestriction

public void addRestriction(XMLRestriction r)

getRestrictions

public XMLResourceList getRestrictions()