pl.edu.icm.yadda.bwmeta.doc
Class ElementType
java.lang.Object
pl.edu.icm.yadda.bwmeta.doc.ElementType
public class ElementType
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
minOccurs
protected int minOccurs
maxOccurs
protected int maxOccurs
name
protected java.lang.String name
type
protected java.lang.String type
kind
protected ElementType.Kind kind
children
protected java.util.List<ElementType> children
ElementType
public ElementType()
getMinOccurs
public int getMinOccurs()
setMinOccurs
public void setMinOccurs(int minOccurs)
getMaxOccurs
public int getMaxOccurs()
setMaxOccurs
public void setMaxOccurs(int maxOccurs)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getKind
public ElementType.Kind getKind()
setKind
public void setKind(ElementType.Kind kind)
getChildren
public java.util.List<ElementType> getChildren()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002-2012 ICM, Warsaw University. All Rights Reserved.