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