public class ApplicationType extends Object
Java class for application element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="application">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extensions" type="{http://www.drombler.org/schema/acp/application}ExtensionsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionsType |
extensions |
| Constructor and Description |
|---|
ApplicationType() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsType |
getExtensions()
Gets the value of the extensions property.
|
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
protected ExtensionsType extensions
public ExtensionsType getExtensions()
ExtensionsTypepublic void setExtensions(ExtensionsType value)
value - allowed object is
ExtensionsTypeCopyright © 2012-2014 Drombler. All Rights Reserved.