public class CxWSActiveDirectoryDomainDetails extends Object
Java class for CxWSActiveDirectoryDomainDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSActiveDirectoryDomainDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NetbiosName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FullyQualifiedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsMappedToLdap" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="HasDomainUsers" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fullyQualifiedName |
protected boolean |
hasDomainUsers |
protected boolean |
isMappedToLdap |
protected String |
netbiosName |
| Constructor and Description |
|---|
CxWSActiveDirectoryDomainDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullyQualifiedName()
Gets the value of the fullyQualifiedName property.
|
String |
getNetbiosName()
Gets the value of the netbiosName property.
|
boolean |
isHasDomainUsers()
Gets the value of the hasDomainUsers property.
|
boolean |
isIsMappedToLdap()
Gets the value of the isMappedToLdap property.
|
void |
setFullyQualifiedName(String value)
Sets the value of the fullyQualifiedName property.
|
void |
setHasDomainUsers(boolean value)
Sets the value of the hasDomainUsers property.
|
void |
setIsMappedToLdap(boolean value)
Sets the value of the isMappedToLdap property.
|
void |
setNetbiosName(String value)
Sets the value of the netbiosName property.
|
protected String netbiosName
protected String fullyQualifiedName
protected boolean isMappedToLdap
protected boolean hasDomainUsers
public String getNetbiosName()
Stringpublic void setNetbiosName(String value)
value - allowed object is
Stringpublic String getFullyQualifiedName()
Stringpublic void setFullyQualifiedName(String value)
value - allowed object is
Stringpublic boolean isIsMappedToLdap()
public void setIsMappedToLdap(boolean value)
public boolean isHasDomainUsers()
public void setHasDomainUsers(boolean value)
Copyright © 2020. All rights reserved.