com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.infrastructure
Class NamespaceDeclaration

java.lang.Object
  extended by com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.standard.infrastructure.NamespaceDeclaration
All Implemented Interfaces:
com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.INamespaceDeclaration, java.io.Serializable

public class NamespaceDeclaration
extends java.lang.Object
implements com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.INamespaceDeclaration

See Also:
Serialized Form

Constructor Summary
protected NamespaceDeclaration()
           
  NamespaceDeclaration(java.lang.String prefix, java.lang.String URI)
           
 
Method Summary
 java.lang.String getPrefix()
           
 java.lang.String getURI()
           
 void setPrefix(java.lang.String p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceDeclaration

public NamespaceDeclaration(java.lang.String prefix,
                            java.lang.String URI)

NamespaceDeclaration

protected NamespaceDeclaration()
Method Detail

getPrefix

public java.lang.String getPrefix()
Specified by:
getPrefix in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.INamespaceDeclaration

getURI

public java.lang.String getURI()
Specified by:
getURI in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.INamespaceDeclaration

setPrefix

public void setPrefix(java.lang.String p)
Specified by:
setPrefix in interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.infrastructure.INamespaceDeclaration


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.