|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.n52.oxf.wcsModel.version100.wcsCapabilities.ValueRangeType
public class ValueRangeType
| Field Summary | |
|---|---|
protected Boolean |
atomic
|
protected List<String> |
closure
|
protected TypedLiteralType |
max
|
protected TypedLiteralType |
min
|
protected String |
semantic
|
protected String |
type
|
| Constructor Summary | |
|---|---|
ValueRangeType()
|
|
| Method Summary | |
|---|---|
protected List<String> |
_getClosure()
|
List<String> |
getClosure()
Gets the value of the closure property. |
TypedLiteralType |
getMax()
Gets the value of the max property. |
TypedLiteralType |
getMin()
Gets the value of the min property. |
String |
getSemantic()
Gets the value of the semantic property. |
String |
getType()
Gets the value of the type property. |
boolean |
isAtomic()
Gets the value of the atomic property. |
void |
setAtomic(Boolean value)
Sets the value of the atomic property. |
void |
setMax(TypedLiteralType value)
Sets the value of the max property. |
void |
setMin(TypedLiteralType value)
Sets the value of the min property. |
void |
setSemantic(String value)
Sets the value of the semantic property. |
void |
setType(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 TypedLiteralType min
protected TypedLiteralType max
protected Boolean atomic
protected List<String> closure
protected String semantic
protected String type
| Constructor Detail |
|---|
public ValueRangeType()
| Method Detail |
|---|
public TypedLiteralType getMin()
TypedLiteralTypepublic void setMin(TypedLiteralType value)
value - allowed object is
TypedLiteralTypepublic TypedLiteralType getMax()
TypedLiteralTypepublic void setMax(TypedLiteralType value)
value - allowed object is
TypedLiteralTypepublic boolean isAtomic()
Booleanpublic void setAtomic(Boolean value)
value - allowed object is
Booleanprotected List<String> _getClosure()
public List<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
public String getSemantic()
Stringpublic void setSemantic(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||