|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wcs.IntervalType
public class IntervalType
The type of a given value
Java class for IntervalType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntervalType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="min" type="{http://www.deegree.org/services/wcs}TypedType"/>
<element name="max" type="{http://www.deegree.org/services/wcs}TypedType"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute ref="{http://www.deegree.org/services/wcs}closure"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
closure
|
protected TypedType |
max
|
protected TypedType |
min
|
protected java.lang.String |
type
|
| Constructor Summary | |
|---|---|
IntervalType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getClosure()
Gets the value of the closure property. |
TypedType |
getMax()
Gets the value of the max property. |
TypedType |
getMin()
Gets the value of the min property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
setMax(TypedType value)
Sets the value of the max property. |
void |
setMin(TypedType value)
Sets the value of the min property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TypedType min
protected TypedType max
protected java.lang.String type
protected java.util.List<java.lang.String> closure
| Constructor Detail |
|---|
public IntervalType()
| Method Detail |
|---|
public TypedType getMin()
TypedTypepublic void setMin(TypedType value)
value - allowed object is
TypedTypepublic TypedType getMax()
TypedTypepublic void setMax(TypedType value)
value - allowed object is
TypedTypepublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getClosure()
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 closure property.
For example, to add a new item, do as follows:
getClosure().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||