org.ow2.bonita.facade.def.element.impl
Class ExternalReferenceDefImpl

java.lang.Object
  extended by org.ow2.bonita.facade.def.DefImpl
      extended by org.ow2.bonita.facade.def.element.impl.ExternalReferenceDefImpl
All Implemented Interfaces:
ExternalReferenceDef

public class ExternalReferenceDefImpl
extends DefImpl
implements ExternalReferenceDef


Field Summary
protected  java.lang.String location
           
protected  java.lang.String namespace
           
protected  java.lang.String xref
           
 
Constructor Summary
protected ExternalReferenceDefImpl()
           
  ExternalReferenceDefImpl(java.lang.String location, java.lang.String namespace, java.lang.String xref)
           
 
Method Summary
 ExternalReferenceDefImpl copy()
           
 java.lang.String getLocation()
           
 java.lang.String getNamespace()
           
 java.lang.String getXref()
           
 
Methods inherited from class org.ow2.bonita.facade.def.DefImpl
copy, copy, copy, copy, copy, copy, copy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected java.lang.String location

namespace

protected java.lang.String namespace

xref

protected java.lang.String xref
Constructor Detail

ExternalReferenceDefImpl

protected ExternalReferenceDefImpl()

ExternalReferenceDefImpl

public ExternalReferenceDefImpl(java.lang.String location,
                                java.lang.String namespace,
                                java.lang.String xref)
Method Detail

copy

public ExternalReferenceDefImpl copy()
Specified by:
copy in class DefImpl

getLocation

public java.lang.String getLocation()
Specified by:
getLocation in interface ExternalReferenceDef

getNamespace

public java.lang.String getNamespace()
Specified by:
getNamespace in interface ExternalReferenceDef

getXref

public java.lang.String getXref()
Specified by:
getXref in interface ExternalReferenceDef