org.apache.ws.jaxme.generator
Class XJCTask.Dtd

java.lang.Object
  extended by org.apache.ws.jaxme.generator.XJCTask.Dtd
Enclosing class:
XJCTask

public static class XJCTask.Dtd
extends java.lang.Object

This class is used to store the nested element "dtd".


Constructor Summary
XJCTask.Dtd()
           
 
Method Summary
 java.lang.String getTargetNamespace()
          Returns the target namespace being used.
 void setTargetNamespace(java.lang.String pTargetNamespace)
          Sets the target namespace being used.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XJCTask.Dtd

public XJCTask.Dtd()
Method Detail

setTargetNamespace

public void setTargetNamespace(java.lang.String pTargetNamespace)
Sets the target namespace being used.


getTargetNamespace

public java.lang.String getTargetNamespace()
Returns the target namespace being used.