public class CxWSLdapDomainMappingSettings extends Object
Java class for CxWSLdapDomainMappingSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSLdapDomainMappingSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="IsMappedToDomain" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DomainNetbiosName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DomainFQname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
domainFQname |
protected String |
domainNetbiosName |
protected boolean |
isMappedToDomain |
| Constructor and Description |
|---|
CxWSLdapDomainMappingSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainFQname()
Gets the value of the domainFQname property.
|
String |
getDomainNetbiosName()
Gets the value of the domainNetbiosName property.
|
boolean |
isIsMappedToDomain()
Gets the value of the isMappedToDomain property.
|
void |
setDomainFQname(String value)
Sets the value of the domainFQname property.
|
void |
setDomainNetbiosName(String value)
Sets the value of the domainNetbiosName property.
|
void |
setIsMappedToDomain(boolean value)
Sets the value of the isMappedToDomain property.
|
protected boolean isMappedToDomain
protected String domainNetbiosName
protected String domainFQname
public boolean isIsMappedToDomain()
public void setIsMappedToDomain(boolean value)
public String getDomainNetbiosName()
Stringpublic void setDomainNetbiosName(String value)
value - allowed object is
Stringpublic String getDomainFQname()
StringCopyright © 2020. All rights reserved.