com.sun.tools.ws.processor.model.java
Class JavaSimpleType

java.lang.Object
  extended by com.sun.tools.ws.processor.model.java.JavaType
      extended by com.sun.tools.ws.processor.model.java.JavaSimpleType

public class JavaSimpleType
extends JavaType


Constructor Summary
JavaSimpleType()
           
JavaSimpleType(JAXBTypeAndAnnotation jtype)
           
JavaSimpleType(String name, String initString)
           
 
Method Summary
 
Methods inherited from class com.sun.tools.ws.processor.model.java.JavaType
doSetName, getFormalName, getHolderName, getInitString, getName, getRealName, getType, isHolder, isHolderPresent, isPresent, setFormalName, setHolder, setHolderName, setHolderPresent, setInitString, setPresent, setRealName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSimpleType

public JavaSimpleType()

JavaSimpleType

public JavaSimpleType(String name,
                      String initString)

JavaSimpleType

public JavaSimpleType(JAXBTypeAndAnnotation jtype)