Package org.bedework.synch.wsmessages
Class SynchConnectorInfoType
java.lang.Object
org.bedework.synch.wsmessages.SynchConnectorInfoType
Used to provide information about a connector to systems. None of this
is intended to be displayable.
name: should be unique and can be used to key into localizable information.
manager: this is the special manager connector.
readOnly: cannot update this end
properties: those we need to present to the user
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected String
protected ArrayOfSynchPropertyInfo
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the name property.Gets the value of the properties property.boolean
Gets the value of the manager property.boolean
Gets the value of the readOnly property.void
setManager
(boolean value) Sets the value of the manager property.void
Sets the value of the name property.void
Sets the value of the properties property.void
setReadOnly
(boolean value) Sets the value of the readOnly property.
-
Field Details
-
name
-
manager
protected boolean manager -
readOnly
protected boolean readOnly -
properties
-
-
Constructor Details
-
SynchConnectorInfoType
public SynchConnectorInfoType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isManager
public boolean isManager()Gets the value of the manager property. -
setManager
public void setManager(boolean value) Sets the value of the manager property. -
isReadOnly
public boolean isReadOnly()Gets the value of the readOnly property. -
setReadOnly
public void setReadOnly(boolean value) Sets the value of the readOnly property. -
getProperties
Gets the value of the properties property.- Returns:
- possible object is
ArrayOfSynchPropertyInfo
-
setProperties
Sets the value of the properties property.- Parameters:
value
- allowed object isArrayOfSynchPropertyInfo
-