public class UpdateType extends Object
Java class for UpdateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<any namespace='##other'/>
<sequence>
<element ref="{http://www.opengis.net/cat/csw/2.0.2}RecordProperty" maxOccurs="unbounded"/>
<element ref="{http://www.opengis.net/cat/csw/2.0.2}Constraint"/>
</sequence>
</choice>
</sequence>
<attribute name="handle" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
any |
protected Constraint |
constraint |
protected String |
handle |
protected List<RecordProperty> |
recordProperty |
| Constructor and Description |
|---|
UpdateType()
Default no-arg constructor
|
UpdateType(Object any,
List<RecordProperty> recordProperty,
Constraint constraint,
String handle)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getAny()
Gets the value of the any property.
|
Constraint |
getConstraint()
Gets the value of the constraint property.
|
String |
getHandle()
Gets the value of the handle property.
|
List<RecordProperty> |
getRecordProperty()
Gets the value of the recordProperty property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setConstraint(Constraint value)
Sets the value of the constraint property.
|
void |
setHandle(String value)
Sets the value of the handle property.
|
protected Object any
protected List<RecordProperty> recordProperty
protected Constraint constraint
protected String handle
public UpdateType()
public UpdateType(Object any, List<RecordProperty> recordProperty, Constraint constraint, String handle)
public void setAny(Object value)
value - allowed object is
Objectpublic List<RecordProperty> getRecordProperty()
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 recordProperty property.
For example, to add a new item, do as follows:
getRecordProperty().add(newItem);
Objects of the following type(s) are allowed in the list
RecordProperty
public Constraint getConstraint()
Constraintpublic void setConstraint(Constraint value)
value - allowed object is
Constraintpublic String getHandle()
StringCopyright © 2016. All rights reserved.