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

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

public class XsdElement
extends java.lang.Object


Field Summary
protected  java.util.List<XsdAttribute> attributes
           
protected  java.lang.String documentation
           
protected  java.lang.String name
           
protected  ElementType type
           
 
Constructor Summary
XsdElement()
           
 
Method Summary
 java.util.List<XsdAttribute> getAttributes()
           
 java.lang.String getDocumentation()
           
 java.lang.String getName()
           
 ElementType getType()
           
 void setDocumentation(java.lang.String documentation)
           
 void setName(java.lang.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 java.lang.String name

documentation

protected java.lang.String documentation

type

protected ElementType type

attributes

protected java.util.List<XsdAttribute> attributes
Constructor Detail

XsdElement

public XsdElement()
Method Detail

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.