public abstract class SyncOptionsType extends Object
Java class for syncOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="syncOptionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mainIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SyncOptionsType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getMainIdentifier()
Gets the value of the mainIdentifier property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMainIdentifier(String value)
Sets the value of the mainIdentifier property.
|
public String getMainIdentifier()
Stringpublic void setMainIdentifier(String value)
value - allowed object is
StringCopyright © 2005-2025 LSC project. All Rights Reserved.