
public interface Property extends 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 686)
<complexType name="Property">
<complexContent>
<extension base="{http://jdtaus.org/core/model/container}ModelObject">
<attribute name="name" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
<attribute name="type" use="required" type="{http://jdtaus.org/core/model/container}PropertyType" />
<attribute name="value" type="{http://jdtaus.org/core/model/container}String" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
PropertyType |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(PropertyType value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
getDocumentation, getModelVersion, setDocumentation, setModelVersionPropertyType getType()
PropertyTypevoid setName(String value)
value - allowed object is
Stringvoid setType(PropertyType value)
value - allowed object is
PropertyTypeCopyright © 2005–2014 jDTAUS. All rights reserved.