public class ChangeSummaryType extends Object
Java class for ChangeSummaryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangeSummaryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="create" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="delete" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="logging" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Element> |
anies |
protected String |
create |
protected String |
delete |
protected Boolean |
logging |
| Constructor and Description |
|---|
ChangeSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
getAnies()
Gets the value of the anies property.
|
String |
getCreate()
Gets the value of the create property.
|
String |
getDelete()
Gets the value of the delete property.
|
Boolean |
isLogging()
Gets the value of the logging property.
|
void |
setCreate(String value)
Sets the value of the create property.
|
void |
setDelete(String value)
Sets the value of the delete property.
|
void |
setLogging(Boolean value)
Sets the value of the logging property.
|
protected String create
protected String delete
protected Boolean logging
public List<Element> getAnies()
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 anies property.
For example, to add a new item, do as follows:
getAnies().add(newItem);
Objects of the following type(s) are allowed in the list Element
public String getCreate()
Stringpublic void setCreate(String value)
value - allowed object is Stringpublic String getDelete()
Stringpublic void setDelete(String value)
value - allowed object is Stringpublic Boolean isLogging()
BooleanCopyright © 2019. All rights reserved.