@Generated(value="com.sun.tools.xjc.Driver", date="2017-07-06T09:35:11+02:00", comments="JAXB RI v2.2.11") 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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2017-07-06T09:35:11+02:00", comments="JAXB RI v2.2.11") protected ExtensionsType extensions
@Generated(value="com.sun.tools.xjc.Driver", date="2017-07-06T09:35:11+02:00", comments="JAXB RI v2.2.11") public ExtensionsType getExtensions()
ExtensionsType@Generated(value="com.sun.tools.xjc.Driver", date="2017-07-06T09:35:11+02:00", comments="JAXB RI v2.2.11") public void setExtensions(ExtensionsType value)
value - allowed object is
ExtensionsTypeCopyright © 2012–2017 Drombler. All rights reserved.