Package org.bedework.synch.wsmessages
Class SynchPropertyInfoType
java.lang.Object
org.bedework.synch.wsmessages.SynchPropertyInfoType
Used to provide information about a property to systems, allows them
to request that information from the user. The description is
not generically useful being single language. Applications should
key off the name which is also not multi-language.
Properties are transferred as key-value pairs with the value being a
(java) String representation of the value.
The value field is not supplied if no value is set - otherwise it
represents the default value for new subscriptions or the current value
for modifications.
Java class for SynchPropertyInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SynchPropertyInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="secure" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="required" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getName()
Gets the value of the name property.getType()
Gets the value of the type property.getValue()
Gets the value of the value property.boolean
Gets the value of the required property.boolean
isSecure()
Gets the value of the secure property.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the name property.void
setRequired
(boolean value) Sets the value of the required property.void
setSecure
(boolean value) Sets the value of the secure property.void
Sets the value of the type property.void
Sets the value of the value property.
-
Field Details
-
name
-
secure
protected boolean secure -
type
-
description
-
required
protected boolean required -
value
-
-
Constructor Details
-
SynchPropertyInfoType
public SynchPropertyInfoType()
-
-
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
-
isSecure
public boolean isSecure()Gets the value of the secure property. -
setSecure
public void setSecure(boolean value) Sets the value of the secure property. -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isRequired
public boolean isRequired()Gets the value of the required property. -
setRequired
public void setRequired(boolean value) Sets the value of the required property. -
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-