pl.edu.icm.yadda.bwmeta.doc
Class XsdAttribute
java.lang.Object
pl.edu.icm.yadda.bwmeta.doc.XsdAttribute
public class XsdAttribute
- extends java.lang.Object
Field Summary |
protected java.lang.String |
documentation
|
protected java.lang.String |
name
|
protected boolean |
required
|
protected java.lang.String |
type
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
documentation
protected java.lang.String documentation
type
protected java.lang.String type
required
protected boolean required
XsdAttribute
public XsdAttribute()
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 java.lang.String getType()
setType
public void setType(java.lang.String type)
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean required)
Copyright © 2002-2012 ICM, Warsaw University. All Rights Reserved.