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

java.lang.Object
  extended by 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
           
 
Constructor Summary
XsdAttribute()
           
 
Method Summary
 java.lang.String getDocumentation()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 boolean isRequired()
           
 void setDocumentation(java.lang.String documentation)
           
 void setName(java.lang.String name)
           
 void setRequired(boolean required)
           
 void setType(java.lang.String 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 java.lang.String type

required

protected boolean required
Constructor Detail

XsdAttribute

public XsdAttribute()
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 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.