public class SynchConnectorInfoType extends Object
Java class for SynchConnectorInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchConnectorInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="manager" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="readOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="properties" type="{http://www.bedework.org/synch/wsmessages}ArrayOfSynchPropertyInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
manager |
protected String |
name |
protected ArrayOfSynchPropertyInfo |
properties |
protected boolean |
readOnly |
| Constructor and Description |
|---|
SynchConnectorInfoType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
ArrayOfSynchPropertyInfo |
getProperties()
Gets the value of the properties property.
|
boolean |
isManager()
Gets the value of the manager property.
|
boolean |
isReadOnly()
Gets the value of the readOnly property.
|
void |
setManager(boolean value)
Sets the value of the manager property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProperties(ArrayOfSynchPropertyInfo value)
Sets the value of the properties property.
|
void |
setReadOnly(boolean value)
Sets the value of the readOnly property.
|
protected String name
protected boolean manager
protected boolean readOnly
protected ArrayOfSynchPropertyInfo properties
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isManager()
public void setManager(boolean value)
public boolean isReadOnly()
public void setReadOnly(boolean value)
public ArrayOfSynchPropertyInfo getProperties()
ArrayOfSynchPropertyInfopublic void setProperties(ArrayOfSynchPropertyInfo value)
value - allowed object is
ArrayOfSynchPropertyInfoCopyright © 2018 Bedework. All rights reserved.