public class Container extends Entity implements Serializable
<complexType name="Container">
<complexContent>
<extension base="{http://schema.samply.de/osse/Entity}Entity">
<attribute name="designation" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
designation |
| Constructor and Description |
|---|
Container() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDesignation()
Gets the value of the designation property.
|
void |
setDesignation(String value)
Sets the value of the designation property.
|
getAttribute, getContainer, getId, getRef, setIdprotected String designation
Copyright © 2021 Samply Community. All rights reserved.