pl.edu.icm.yadda.bwmeta.doc
Class ElementType

java.lang.Object
  extended by pl.edu.icm.yadda.bwmeta.doc.ElementType

public class ElementType
extends Object


Nested Class Summary
static class ElementType.Kind
           
 
Field Summary
protected  List<ElementType> children
           
protected  ElementType.Kind kind
           
protected  int maxOccurs
           
protected  int minOccurs
           
protected  String name
           
protected  String type
           
 
Constructor Summary
ElementType()
           
 
Method Summary
 List<ElementType> getChildren()
           
 ElementType.Kind getKind()
           
 int getMaxOccurs()
           
 int getMinOccurs()
           
 String getName()
           
 String getType()
           
 void setKind(ElementType.Kind kind)
           
 void setMaxOccurs(int maxOccurs)
           
 void setMinOccurs(int minOccurs)
           
 void setName(String name)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ElementType

public ElementType()
Method Detail

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 ICM, Warsaw University. All Rights Reserved.