public class UpdatedFields 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 name="update-field">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="count" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
count |
protected UpdateField |
updateField |
| Constructor and Description |
|---|
UpdatedFields() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCount()
Gets the value of the count property.
|
UpdateField |
getUpdateField()
Gets the value of the updateField property.
|
void |
setCount(Long value)
Sets the value of the count property.
|
void |
setUpdateField(UpdateField value)
Sets the value of the updateField property.
|
protected UpdateField updateField
protected Long count
public UpdateField getUpdateField()
UpdateFieldpublic void setUpdateField(UpdateField value)
value - allowed object is
UpdateFieldpublic Long getCount()
StringApache Camel