public class LoadDefinition extends Object
Java class for LoadActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoadActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="properties" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LoadDefinition.Properties
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected LoadDefinition.Properties |
properties |
| Constructor and Description |
|---|
LoadDefinition() |
| Modifier and Type | Method and Description |
|---|---|
LoadDefinition.Properties |
getProperties()
Gets the value of the properties property.
|
void |
setProperties(LoadDefinition.Properties value)
Sets the value of the properties property.
|
protected LoadDefinition.Properties properties
public LoadDefinition.Properties getProperties()
LoadDefinition.Propertiespublic void setProperties(LoadDefinition.Properties value)
value - allowed object is
LoadDefinition.PropertiesCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.