uk.ac.ic.doc.automed.xmlschema.xsdomobject
Interface XSDOMObj

All Known Implementing Classes:
Attribute, ComplexType, Element, XSDOMObject

public interface XSDOMObj

Author:
Chas

Method Summary
 java.lang.String getKeyRef()
           
 boolean getMaxOccurs()
           
 int getMinOccurs()
           
 java.lang.String getName()
          Get the name of this object
 java.lang.String getType()
          Get the type of this object
 void setKeyRef(java.lang.String k)
           
 void setMaxOccurs(boolean i)
           
 void setMinOccurs(int i)
           
 void setName(java.lang.String name)
          Set the name for this object
 void setType(java.lang.String type)
          Set the type for this object
 

Method Detail

setName

void setName(java.lang.String name)
Set the name for this object


setType

void setType(java.lang.String type)
Set the type for this object


getName

java.lang.String getName()
Get the name of this object


getType

java.lang.String getType()
Get the type of this object


getMinOccurs

int getMinOccurs()

getMaxOccurs

boolean getMaxOccurs()

setKeyRef

void setKeyRef(java.lang.String k)

setMinOccurs

void setMinOccurs(int i)

setMaxOccurs

void setMaxOccurs(boolean i)

getKeyRef

java.lang.String getKeyRef()