|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.sdox.ChangeSummaryType
public class ChangeSummaryType
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>
| Field Summary | |
|---|---|
protected List<Element> |
anies
|
protected String |
create
|
protected String |
delete
|
protected Boolean |
logging
|
| Constructor Summary | |
|---|---|
ChangeSummaryType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Element> anies
protected String create
protected String delete
protected Boolean logging
| Constructor Detail |
|---|
public ChangeSummaryType()
| Method Detail |
|---|
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()
Booleanpublic void setLogging(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||