public class Configuration extends Object implements com.epam.xml.common.Findable
Constructor and Description |
---|
Configuration() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
List<Channel> |
getChannel()
Gets the value of the channel property.
|
String |
getEnvironment()
Gets the value of the environment property.
|
String |
getUpdated()
Gets the value of the updated property.
|
void |
setEnvironment(String value)
Sets the value of the environment property.
|
void |
setUpdated(String value)
Sets the value of the updated property.
|
String |
toString() |
public List<Channel> getChannel()
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 channel property.
For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
Channel
public String getEnvironment()
String
public void setEnvironment(String value)
value
- allowed object is
String
public String getUpdated()
String
public void setUpdated(String value)
value
- allowed object is
String
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2000–2025 EPAM Systems. All rights reserved.