public interface ModelObject
The following schema fragment specifies the expected content contained within this java content object. (defined at http://xml.jdtaus.org/1.0.x/jdtaus-core/jdtaus-core-schemas/jdtaus-container-1.1.xsd line 157)
<complexType name="ModelObject"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://jdtaus.org/core/model/container}documentation" minOccurs="0"/> </sequence> <attribute name="modelVersion" type="{http://jdtaus.org/core/model/container}Version" /> </restriction> </complexContent> </complexType>
Modifier and Type | Method and Description |
---|---|
Texts |
getDocumentation()
Documentation of the object.
|
String |
getModelVersion()
Gets the value of the modelVersion property.
|
void |
setDocumentation(Texts value)
Documentation of the object.
|
void |
setModelVersion(String value)
Sets the value of the modelVersion property.
|
Texts getDocumentation()
Texts
DocumentationElement
String getModelVersion()
String
void setDocumentation(Texts value)
value
- allowed object is
Texts
DocumentationElement
void setModelVersion(String value)
value
- allowed object is
String
Copyright © 2005–2014 jDTAUS. All rights reserved.