|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.modules.xml.config.SchemaConfig
public class SchemaConfig
The object used to configure the generation of a schema, overrides the defaults.
| Constructor Summary | |
|---|---|
SchemaConfig()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAppinfo()
Data to put in the appinfo section. |
java.lang.String |
getFile()
The file to which to write this schema. |
java.lang.String |
getJaxbBindingVersion()
The JAXB binding version. |
java.lang.String |
getLocation()
The schema location. |
java.lang.String |
getNamespace()
The target namespace. |
java.lang.String |
getUseFile()
The (already existing) file to use for this schema. |
void |
setAppinfo(java.lang.String appinfo)
Data to put in the appinfo section. |
void |
setFile(java.lang.String file)
The file to which to write this schema. |
void |
setJaxbBindingVersion(java.lang.String jaxbBindingVersion)
The JAXB binding version. |
void |
setLocation(java.lang.String location)
The schema location. |
void |
setNamespace(java.lang.String namespace)
The target namespace. |
void |
setUseFile(java.lang.String useFile)
The (already existing) file to use for this schema. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaConfig()
| Method Detail |
|---|
public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
namespace - The target namespace.public java.lang.String getFile()
public void setFile(java.lang.String file)
file - The file to which to write this schema.public java.lang.String getUseFile()
public void setUseFile(java.lang.String useFile)
useFile - The (already existing) file to use for this schema.public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - The schema location.public java.lang.String getAppinfo()
public void setAppinfo(java.lang.String appinfo)
appinfo - Data to put in the appinfo section.public java.lang.String getJaxbBindingVersion()
public void setJaxbBindingVersion(java.lang.String jaxbBindingVersion)
jaxbBindingVersion - The JAXB binding version.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||