pl.edu.icm.yadda.bwmeta.doc
Class ElementType
java.lang.Object
pl.edu.icm.yadda.bwmeta.doc.ElementType
public class ElementType
- extends Object
minOccurs
protected int minOccurs
maxOccurs
protected int maxOccurs
name
protected String name
type
protected String type
kind
protected ElementType.Kind kind
children
protected 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 String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
getKind
public ElementType.Kind getKind()
setKind
public void setKind(ElementType.Kind kind)
getChildren
public List<ElementType> getChildren()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2012. All Rights Reserved.