pl.edu.icm.yadda.bwmeta.doc
Class XsdAttribute
java.lang.Object
pl.edu.icm.yadda.bwmeta.doc.XsdAttribute
public class XsdAttribute
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
documentation
protected String documentation
type
protected String type
required
protected boolean required
XsdAttribute
public XsdAttribute()
getName
public String getName()
setName
public void setName(String name)
getDocumentation
public String getDocumentation()
setDocumentation
public void setDocumentation(String documentation)
getType
public String getType()
setType
public void setType(String type)
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean required)
Copyright © 2002-2012. All Rights Reserved.