public static class Layers.Layer 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="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Controller" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Activation" type="{http://uk.co.moons.pct/schema/Layers}Activation" minOccurs="0"/>
<element name="Functions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InputFunctions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Input" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction"/>
<element name="Transfers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transfer" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ReferenceFunctions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Reference" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction"/>
<element name="Transfers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transfer" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="ErrorFunctions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Error" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction"/>
<element name="Transfers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transfer" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="OutputFunctions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Output" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction"/>
<element name="Transfers" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transfer" type="{http://uk.co.moons.pct/schema/Layers}ControlFunction" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Layers.Layer.Controller
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Layers.Layer.Controller> |
controller |
protected String |
name |
| Constructor and Description |
|---|
Layers.Layer() |
| Modifier and Type | Method and Description |
|---|---|
List<Layers.Layer.Controller> |
getController()
Gets the value of the controller property.
|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected List<Layers.Layer.Controller> controller
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<Layers.Layer.Controller> getController()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the controller property.
For example, to add a new item, do as follows:
getController().add(newItem);
Objects of the following type(s) are allowed in the list
Layers.Layer.Controller
Copyright © 2017. All rights reserved.