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

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

public class XsdAttribute
extends Object


Field Summary
protected  String documentation
           
protected  String name
           
protected  boolean required
           
protected  String type
           
 
Constructor Summary
XsdAttribute()
           
 
Method Summary
 String getDocumentation()
           
 String getName()
           
 String getType()
           
 boolean isRequired()
           
 void setDocumentation(String documentation)
           
 void setName(String name)
           
 void setRequired(boolean required)
           
 void setType(String 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 String type

required

protected boolean required
Constructor Detail

XsdAttribute

public XsdAttribute()
Method Detail

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.