Class PropertyCT.Choices
- java.lang.Object
-
- fi.tut.mei.resdescapi.rdapi.model.rd.PropertyCT.Choices
-
- Enclosing class:
- PropertyCT
public static class PropertyCT.Choices 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"> <attGroup ref="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ag_choiceData"/> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
choices
protected Integer
selectedMax
protected Integer
selectedMin
-
Constructor Summary
Constructors Constructor Description Choices()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getChoices()
Gets the value of the choices property.int
getSelectedMax()
Gets the value of the selectedMax property.int
getSelectedMin()
Gets the value of the selectedMin property.void
setSelectedMax(Integer value)
Sets the value of the selectedMax property.void
setSelectedMin(Integer value)
Sets the value of the selectedMin property.
-
-
-
Method Detail
-
getChoices
public List<String> getChoices()
Gets the value of the choices 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 choices property.For example, to add a new item, do as follows:
getChoices().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getSelectedMin
public int getSelectedMin()
Gets the value of the selectedMin property.- Returns:
- possible object is
Integer
-
setSelectedMin
public void setSelectedMin(Integer value)
Sets the value of the selectedMin property.- Parameters:
value
- allowed object isInteger
-
getSelectedMax
public int getSelectedMax()
Gets the value of the selectedMax property.- Returns:
- possible object is
Integer
-
-