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()
Stringpublic void setCreate(String value)
value - allowed object is
Stringpublic String getUpdate()
Stringpublic void setUpdate(String value)
value - allowed object is
Stringpublic String getDelete()
Stringpublic void setDelete(String value)
value - allowed object is
Stringpublic String getChangeId()
StringCopyright © 2005-2025 LSC project. All Rights Reserved.