public class PropertySlotConfiguration extends Object
Java class for propertySlotConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="propertySlotConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="property" type="{}property"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PropertySlotConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Property |
getProperty()
Gets the value of the property property.
|
void |
setProperty(Property value)
Sets the value of the property property.
|
protected Property property
Copyright © 2017 SAP SE. All Rights Reserved.