org.apache.ws.jaxme.xs.jaxb.impl

Class JAXBClassImpl

public class JAXBClassImpl extends JAXBXsObjectImpl implements JAXBClass

Version: $Id: JAXBClassImpl.java 231785 2004-02-16 23:39:59Z jochen $

Author: Jochen Wiedmann

Constructor Summary
protected JAXBClassImpl(XsObject pParent)

Creates a new instance of ClassImpl.

Method Summary
JAXBJavadoccreateJavadoc()

Sets the classes Javadoc documentation.

StringgetImplClass()

Returns the implementation classes name, including the package name.

JAXBJavadocgetJavadoc()

Returns the classes Javadoc documentation.

StringgetName()

Returns the interfaces class name, not including the package name.

voidsetImplClass(String pImplClass)

Sets the implementation classes name, including the package name.

voidsetName(String pName)

Sets the interfaces class name, not including the package name.

Constructor Detail

JAXBClassImpl

protected JAXBClassImpl(XsObject pParent)

Creates a new instance of ClassImpl.

Method Detail

createJavadoc

public JAXBJavadoc createJavadoc()

Sets the classes Javadoc documentation.

getImplClass

public String getImplClass()

Returns the implementation classes name, including the package name.

getJavadoc

public JAXBJavadoc getJavadoc()

Returns the classes Javadoc documentation.

getName

public String getName()

Returns the interfaces class name, not including the package name. The package name is set in the schema bindings or derived from the target namespace.

setImplClass

public void setImplClass(String pImplClass)

Sets the implementation classes name, including the package name.

setName

public void setName(String pName)

Sets the interfaces class name, not including the package name. The package name is set in the schema bindings or derived from the target namespace.