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

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

public class XsdSchema
extends Object


Field Summary
protected  SortedMap<String,XsdElement> attributeGroups
           
protected  String documentation
           
protected  SortedMap<String,XsdElement> elements
           
protected  int revision
           
 
Constructor Summary
XsdSchema()
           
 
Method Summary
 SortedMap<String,XsdElement> getAttributeGroups()
           
 String getDocumentation()
           
 SortedMap<String,XsdElement> getElements()
           
 int getRevision()
           
 void setDocumentation(String documentation)
           
 void setRevision(int revision)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeGroups

protected SortedMap<String,XsdElement> attributeGroups

documentation

protected String documentation

elements

protected SortedMap<String,XsdElement> elements

revision

protected int revision
Constructor Detail

XsdSchema

public XsdSchema()
Method Detail

getAttributeGroups

public SortedMap<String,XsdElement> getAttributeGroups()

getDocumentation

public String getDocumentation()

setDocumentation

public void setDocumentation(String documentation)

getElements

public SortedMap<String,XsdElement> getElements()

getRevision

public int getRevision()

setRevision

public void setRevision(int revision)


Copyright © 2002-2012. All Rights Reserved.