com.legstar.coxb.gen
Class CoxbBindingGenerator.JaxbRootClass

java.lang.Object
  extended by com.legstar.coxb.gen.CoxbBindingGenerator.JaxbRootClass
Enclosing class:
CoxbBindingGenerator

public static class CoxbBindingGenerator.JaxbRootClass
extends Object

Represent a simple inner element for the ant task. This element holds a jaxb root class name. These elements are useful when there are more than one jaxb class name to process.


Constructor Summary
CoxbBindingGenerator.JaxbRootClass()
          Needs to be a public constructor.
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoxbBindingGenerator.JaxbRootClass

public CoxbBindingGenerator.JaxbRootClass()
Needs to be a public constructor.

Method Detail

setName

public void setName(String name)
Parameters:
name - the class name

getName

public String getName()
Returns:
the current text value


Copyright © 2015 LegSem. All Rights Reserved.