public class Extensiondistributor extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="snapshots">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="snapshot" maxOccurs="unbounded" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="master"/>
<enumeration value="REL1_24"/>
<enumeration value="REL1_23"/>
<enumeration value="REL1_22"/>
<enumeration value="REL1_21"/>
<enumeration value="REL1_20"/>
<enumeration value="REL1_19"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
list |
protected Snapshots |
snapshots |
| Constructor and Description |
|---|
Extensiondistributor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getList()
Gets the value of the list property.
|
Snapshots |
getSnapshots()
Gets the value of the snapshots property.
|
void |
setList(String value)
Sets the value of the list property.
|
void |
setSnapshots(Snapshots value)
Sets the value of the snapshots property.
|
public Snapshots getSnapshots()
Snapshotspublic void setSnapshots(Snapshots value)
value - allowed object is
Snapshotspublic String getList()
StringCopyright © 2018 BITPlan GmbH. All rights reserved.