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

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

public class XsdElement
extends Object


Field Summary
protected  List<XsdAttribute> attributes
           
protected  String documentation
           
protected  String name
           
protected  ElementType type
           
 
Constructor Summary
XsdElement()
           
 
Method Summary
 List<XsdAttribute> getAttributes()
           
 String getDocumentation()
           
 String getName()
           
 ElementType getType()
           
 void setDocumentation(String documentation)
           
 void setName(String name)
           
 void setType(ElementType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

documentation

protected String documentation

type

protected ElementType type

attributes

protected List<XsdAttribute> attributes
Constructor Detail

XsdElement

public XsdElement()
Method Detail

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.