Package | Description |
---|---|
org.jdtaus.mojo.resource.model |
JAXB classes of the
"http://jdtaus.org/core/model/container"
namespace. |
org.jdtaus.mojo.resource.model.impl |
JAXB implementation classes of the
"http://jdtaus.org/core/model/container" namespace. |
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentationElement
Java content class for documentation element declaration.
|
interface |
TemplateElement
Java content class for template element declaration.
|
interface |
TextsElement
Java content class for texts element declaration.
|
Modifier and Type | Method and Description |
---|---|
Texts |
ObjectFactory.createTexts()
Create an instance of Texts
|
Texts |
ModelObject.getDocumentation()
Documentation of the object.
|
Texts |
Message.getTemplate()
Gets the value of the template property.
|
Modifier and Type | Method and Description |
---|---|
void |
ModelObject.setDocumentation(Texts value)
Documentation of the object.
|
void |
Message.setTemplate(Texts value)
Sets the value of the template property.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentationElementImpl |
class |
TemplateElementImpl |
class |
TextsElementImpl |
class |
TextsImpl |
Modifier and Type | Field and Description |
---|---|
protected Texts |
ModelObjectImpl._Documentation |
protected Texts |
MessageImpl._Template |
Modifier and Type | Method and Description |
---|---|
Texts |
ModelObjectImpl.getDocumentation() |
Texts |
MessageImpl.getTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
ModelObjectImpl.setDocumentation(Texts value) |
void |
MessageImpl.setTemplate(Texts value) |
Copyright © 2005-2012 jDTAUS. All Rights Reserved.