|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.ispsoft.jaxme.generator.SchemaAnnotationOwner
An element that can carry an xs:annotation node.
Constructor Summary | |
protected |
SchemaAnnotationOwner()
Creates a new instance of SchemaAppInfo |
Method Summary | |
boolean |
getAccessors()
Returns whether accessors should be generated. |
java.lang.String |
getDocumentation()
Returns the value of the xs:documentation element. |
java.lang.String |
getExtendsClassName()
Returns the default super class name. |
java.lang.String |
getPackageName()
Returns the default package name. |
abstract Schema |
getSchema()
Returns the schema. |
void |
setAccessors(boolean pAccessors)
Sets whether accessors should be generated. |
void |
setDocumentation(java.lang.String pDocumentation)
Sets the value of the xs:documentation element. |
void |
setExtendsClassName(java.lang.String pExtendsClassName)
Sets the default package name. |
void |
setPackageName(java.lang.String pPackageName)
Sets the default package name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected SchemaAnnotationOwner()
Method Detail |
public void setDocumentation(java.lang.String pDocumentation)
Sets the value of the xs:documentation element.
public java.lang.String getDocumentation()
Returns the value of the xs:documentation element.
public java.lang.String getPackageName()
Returns the default package name.
public void setPackageName(java.lang.String pPackageName)
Sets the default package name.
public java.lang.String getExtendsClassName()
Returns the default super class name.
public void setExtendsClassName(java.lang.String pExtendsClassName)
Sets the default package name.
public boolean getAccessors()
Returns whether accessors should be generated.
public void setAccessors(boolean pAccessors)
Sets whether accessors should be generated.
public abstract Schema getSchema()
Returns the schema.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |