public class ConditionsType extends Object
Java class for conditionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="conditionsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="create" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="update" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="delete" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="changeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ConditionsType() |
Modifier and Type | Method and Description |
---|---|
String |
getChangeId()
Gets the value of the changeId property.
|
String |
getCreate()
Gets the value of the create property.
|
String |
getDelete()
Gets the value of the delete property.
|
String |
getUpdate()
Gets the value of the update property.
|
void |
setChangeId(String value)
Sets the value of the changeId property.
|
void |
setCreate(String value)
Sets the value of the create property.
|
void |
setDelete(String value)
Sets the value of the delete property.
|
void |
setUpdate(String value)
Sets the value of the update property.
|
public String getCreate()
String
public void setCreate(String value)
value
- allowed object is
String
public String getUpdate()
String
public void setUpdate(String value)
value
- allowed object is
String
public String getDelete()
String
public void setDelete(String value)
value
- allowed object is
String
public String getChangeId()
String
Copyright © 2005-2024 LSC project. All Rights Reserved.