public class MetadataDescriptor extends BaseMetadataItem
Modifier and Type | Field and Description |
---|---|
protected MetadataParserCommon |
common |
protected String[] |
commonImports |
protected MetadataParserCommonRef |
commonRef |
Constructor and Description |
---|
MetadataDescriptor(String name) |
Modifier and Type | Method and Description |
---|---|
MetadataParserCommon |
getCommon() |
String[] |
getCommonImports() |
MetadataParserCommonRef |
getCommonRef() |
Properties |
getNamespaces() |
String |
getPathToPackageInfoApi() |
String |
getPathToPackageInfoImpl() |
String |
getRootElementName() |
String |
getRootElementType() |
boolean |
isGenerateClasses() |
Boolean |
isGenerateCommonClasses() |
void |
setCommon(MetadataParserCommon common) |
void |
setCommonImports(String[] imports) |
void |
setCommonRef(MetadataParserCommonRef commonRef) |
void |
setGenerateClasses(boolean generateClasses) |
void |
setGenerateCommonClasses(Boolean generateCommonClasses) |
void |
setNamespaces(Properties namespaces) |
void |
setPathToPackageInfoApi(String pathToPackageInfoApi) |
void |
setPathToPackageInfoImpl(String pathToPackageInfoImpl) |
void |
setRootElementName(String rootElementName) |
void |
setRootElementType(String rootElementType) |
getDocumentation, getMappedTo, getName, getNamespace, getPackageApi, getPackageImpl, getSchemaName, setDocumentation, setMappedTo, setName, setNamespace, setPackageApi, setPackageImpl, setSchemaName
protected String[] commonImports
protected MetadataParserCommon common
protected MetadataParserCommonRef commonRef
public MetadataDescriptor(String name)
public String getRootElementName()
public void setRootElementName(String rootElementName)
public String getRootElementType()
public void setRootElementType(String rootElementType)
public Properties getNamespaces()
public void setNamespaces(Properties namespaces)
public boolean isGenerateClasses()
public void setGenerateClasses(boolean generateClasses)
public String[] getCommonImports()
public void setCommonImports(String[] imports)
public String getPathToPackageInfoApi()
public void setPathToPackageInfoApi(String pathToPackageInfoApi)
public String getPathToPackageInfoImpl()
public void setPathToPackageInfoImpl(String pathToPackageInfoImpl)
public MetadataParserCommon getCommon()
public void setCommon(MetadataParserCommon common)
public MetadataParserCommonRef getCommonRef()
public void setCommonRef(MetadataParserCommonRef commonRef)
public Boolean isGenerateCommonClasses()
public void setGenerateCommonClasses(Boolean generateCommonClasses)
Copyright © 2018 JBoss by Red Hat. All rights reserved.