pl.edu.icm.yadda.bwmeta.doc
Class XsdElement
java.lang.Object
pl.edu.icm.yadda.bwmeta.doc.XsdElement
public class XsdElement
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
documentation
protected String documentation
type
protected ElementType type
attributes
protected List<XsdAttribute> attributes
XsdElement
public XsdElement()
getName
public String getName()
setName
public void setName(String name)
getDocumentation
public String getDocumentation()
setDocumentation
public void setDocumentation(String documentation)
getType
public ElementType getType()
setType
public void setType(ElementType type)
getAttributes
public List<XsdAttribute> getAttributes()
Copyright © 2002-2012. All Rights Reserved.