public class SynchPropertyInfoType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
protected boolean |
required |
protected boolean |
secure |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
SynchPropertyInfoType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isRequired()
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 |
setName(String value)
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 |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String name
protected boolean secure
protected String type
protected String description
protected boolean required
protected String value
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSecure()
public void setSecure(boolean value)
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isRequired()
public void setRequired(boolean value)
public String getValue()
StringCopyright © 2018 Bedework. All rights reserved.