Package jaxb
Class FeedbackSensors
- java.lang.Object
-
- jaxb.FeedbackSensors
-
public class FeedbackSensors 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 ref="{opentrafficmodels}feedback_sensor" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="ids" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FeedbackSensors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FeedbackSensor>
getFeedbackSensor()
Gets the value of the feedbackSensor property.String
getIds()
Gets the value of the ids property.void
setIds(String value)
Sets the value of the ids property.
-
-
-
Method Detail
-
getFeedbackSensor
public List<FeedbackSensor> getFeedbackSensor()
Gets the value of the feedbackSensor property.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 feedbackSensor property.For example, to add a new item, do as follows:
getFeedbackSensor().add(newItem);
Objects of the following type(s) are allowed in the list
FeedbackSensor
-
getIds
public String getIds()
Gets the value of the ids property.- Returns:
- possible object is
String
-
-