org.plasma.xml.sdox
Class ChangeSummaryType

java.lang.Object
  extended by org.plasma.xml.sdox.ChangeSummaryType

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>
 


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

anies

protected List<Element> anies

create

protected String create

delete

protected String delete

logging

protected Boolean logging
Constructor Detail

ChangeSummaryType

public ChangeSummaryType()
Method Detail

getAnies

public List<Element> getAnies()
Gets the value of the anies property.

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


getCreate

public String getCreate()
Gets the value of the create property.

Returns:
possible object is String

setCreate

public void setCreate(String value)
Sets the value of the create property.

Parameters:
value - allowed object is String

getDelete

public String getDelete()
Gets the value of the delete property.

Returns:
possible object is String

setDelete

public void setDelete(String value)
Sets the value of the delete property.

Parameters:
value - allowed object is String

isLogging

public Boolean isLogging()
Gets the value of the logging property.

Returns:
possible object is Boolean

setLogging

public void setLogging(Boolean value)
Sets the value of the logging property.

Parameters:
value - allowed object is Boolean


Copyright © 2014. All rights reserved.