|
||||||||||
| 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 java.util.List<org.w3c.dom.Element> |
anies
|
protected java.lang.String |
create
|
protected java.lang.String |
delete
|
protected java.lang.Boolean |
logging
|
| Constructor Summary | |
|---|---|
ChangeSummaryType()
|
|
| Method Summary | |
|---|---|
java.util.List<org.w3c.dom.Element> |
getAnies()
Gets the value of the anies property. |
java.lang.String |
getCreate()
Gets the value of the create property. |
java.lang.String |
getDelete()
Gets the value of the delete property. |
java.lang.Boolean |
isLogging()
Gets the value of the logging property. |
void |
setCreate(java.lang.String value)
Sets the value of the create property. |
void |
setDelete(java.lang.String value)
Sets the value of the delete property. |
void |
setLogging(java.lang.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 java.util.List<org.w3c.dom.Element> anies
protected java.lang.String create
protected java.lang.String delete
protected java.lang.Boolean logging
| Constructor Detail |
|---|
public ChangeSummaryType()
| Method Detail |
|---|
public java.util.List<org.w3c.dom.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 java.lang.String getCreate()
Stringpublic void setCreate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDelete()
Stringpublic void setDelete(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isLogging()
Booleanpublic void setLogging(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||