com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure.schema
Class SchemaBean

java.lang.Object
  extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.infrastructure.schema.SchemaBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class SchemaBean
extends java.lang.Object
implements com.google.gwt.user.client.rpc.IsSerializable


Constructor Summary
SchemaBean()
           
 
Method Summary
 void addElement(ElementBean e)
           
 void addType(SchemaType t)
           
 java.lang.String getDocumentURI()
           
 ElementBean getElement(java.lang.String elementName)
           
 java.util.List<ElementBean> getElements()
           
 java.lang.String getTargetNamespace()
           
 SchemaType getType(java.lang.String typeName)
           
 java.util.List<SchemaType> getTypes()
           
 void setDocumentURI(java.lang.String documentURI)
           
 void setElements(java.util.List<ElementBean> elements)
           
 void setTargetNamespace(java.lang.String targetNamespace)
           
 void setTypes(java.util.List<SchemaType> types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaBean

public SchemaBean()
Method Detail

addElement

public void addElement(ElementBean e)

addType

public void addType(SchemaType t)

getType

public SchemaType getType(java.lang.String typeName)

getElement

public ElementBean getElement(java.lang.String elementName)

getTargetNamespace

public java.lang.String getTargetNamespace()

setTargetNamespace

public void setTargetNamespace(java.lang.String targetNamespace)

getDocumentURI

public java.lang.String getDocumentURI()

setDocumentURI

public void setDocumentURI(java.lang.String documentURI)

getElements

public java.util.List<ElementBean> getElements()

setElements

public void setElements(java.util.List<ElementBean> elements)

getTypes

public java.util.List<SchemaType> getTypes()

setTypes

public void setTypes(java.util.List<SchemaType> types)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.