com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.infrastructure
Class ImportBean
java.lang.Object
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.infrastructure.ImportBean
- All Implemented Interfaces:
- com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean, com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean, com.google.gwt.user.client.rpc.IsSerializable
- Direct Known Subclasses:
- BPMN20ImportBean, WSDLImportBean, XSDImportBean
public class ImportBean
- extends BPMNElementBean
- implements com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean
|
Constructor Summary |
protected |
ImportBean()
|
|
ImportBean(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.INamespaceDeclaration nsd)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean |
getDocumentation, setDocumentation |
ImportBean
protected ImportBean()
ImportBean
public ImportBean(com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.INamespaceDeclaration nsd)
getNamespace
public java.lang.String getNamespace()
- Specified by:
getNamespace in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean
getLocation
public java.lang.String getLocation()
- Specified by:
getLocation in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean
setLocation
public void setLocation(java.lang.String location)
- Specified by:
setLocation in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean
getImportType
public java.lang.String getImportType()
- Specified by:
getImportType in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean
setImportType
public void setImportType(java.lang.String importType)
- Specified by:
setImportType in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean
getNSDeclaration
public com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.INamespaceDeclaration getNSDeclaration()
- Specified by:
getNSDeclaration in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.IImportBean
Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.