public class Datastream 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="problem" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="datastreamID" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
datastreamID |
protected List<String> |
problem |
Constructor and Description |
---|
Datastream() |
Modifier and Type | Method and Description |
---|---|
String |
getDatastreamID()
Gets the value of the datastreamID property.
|
List<String> |
getProblem()
Gets the value of the problem property.
|
void |
setDatastreamID(String value)
Sets the value of the datastreamID property.
|
public List<String> getProblem()
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 problem property.
For example, to add a new item, do as follows:
getProblem().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getDatastreamID()
String
Copyright © 2010-2013 MediaShelf. All Rights Reserved.