public class OrganizationRelationshipSettings extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for OrganizationRelationshipSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationRelationshipSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DeliveryReportEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DomainNames" type="{http://schemas.microsoft.com/exchange/2010/Autodiscover}Domains"/>
<element name="FreeBusyAccessEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="FreeBusyAccessLevel" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MailTipsAccessEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MailTipsAccessLevel" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MailboxMoveEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TargetApplicationUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="TargetAutodiscoverEpr" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="TargetSharingEpr" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deliveryReportEnabled |
protected Domains |
domainNames |
protected boolean |
freeBusyAccessEnabled |
protected String |
freeBusyAccessLevel |
protected boolean |
mailboxMoveEnabled |
protected boolean |
mailTipsAccessEnabled |
protected String |
mailTipsAccessLevel |
protected String |
name |
protected String |
targetApplicationUri |
protected String |
targetAutodiscoverEpr |
protected String |
targetSharingEpr |
| Constructor and Description |
|---|
OrganizationRelationshipSettings() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Domains |
getDomainNames()
Gets the value of the domainNames property.
|
String |
getFreeBusyAccessLevel()
Gets the value of the freeBusyAccessLevel property.
|
String |
getMailTipsAccessLevel()
Gets the value of the mailTipsAccessLevel property.
|
String |
getName()
Gets the value of the name property.
|
String |
getTargetApplicationUri()
Gets the value of the targetApplicationUri property.
|
String |
getTargetAutodiscoverEpr()
Gets the value of the targetAutodiscoverEpr property.
|
String |
getTargetSharingEpr()
Gets the value of the targetSharingEpr property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isDeliveryReportEnabled()
Gets the value of the deliveryReportEnabled property.
|
boolean |
isFreeBusyAccessEnabled()
Gets the value of the freeBusyAccessEnabled property.
|
boolean |
isMailboxMoveEnabled()
Gets the value of the mailboxMoveEnabled property.
|
boolean |
isMailTipsAccessEnabled()
Gets the value of the mailTipsAccessEnabled property.
|
void |
setDeliveryReportEnabled(boolean value)
Sets the value of the deliveryReportEnabled property.
|
void |
setDomainNames(Domains value)
Sets the value of the domainNames property.
|
void |
setFreeBusyAccessEnabled(boolean value)
Sets the value of the freeBusyAccessEnabled property.
|
void |
setFreeBusyAccessLevel(String value)
Sets the value of the freeBusyAccessLevel property.
|
void |
setMailboxMoveEnabled(boolean value)
Sets the value of the mailboxMoveEnabled property.
|
void |
setMailTipsAccessEnabled(boolean value)
Sets the value of the mailTipsAccessEnabled property.
|
void |
setMailTipsAccessLevel(String value)
Sets the value of the mailTipsAccessLevel property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTargetApplicationUri(String value)
Sets the value of the targetApplicationUri property.
|
void |
setTargetAutodiscoverEpr(String value)
Sets the value of the targetAutodiscoverEpr property.
|
void |
setTargetSharingEpr(String value)
Sets the value of the targetSharingEpr property.
|
String |
toString() |
protected boolean deliveryReportEnabled
protected Domains domainNames
protected boolean freeBusyAccessEnabled
protected String freeBusyAccessLevel
protected boolean mailTipsAccessEnabled
protected String mailTipsAccessLevel
protected boolean mailboxMoveEnabled
protected String name
protected String targetApplicationUri
protected String targetAutodiscoverEpr
protected String targetSharingEpr
public boolean isDeliveryReportEnabled()
public void setDeliveryReportEnabled(boolean value)
public Domains getDomainNames()
Domainspublic void setDomainNames(Domains value)
value - allowed object is
Domainspublic boolean isFreeBusyAccessEnabled()
public void setFreeBusyAccessEnabled(boolean value)
public String getFreeBusyAccessLevel()
Stringpublic void setFreeBusyAccessLevel(String value)
value - allowed object is
Stringpublic boolean isMailTipsAccessEnabled()
public void setMailTipsAccessEnabled(boolean value)
public String getMailTipsAccessLevel()
Stringpublic void setMailTipsAccessLevel(String value)
value - allowed object is
Stringpublic boolean isMailboxMoveEnabled()
public void setMailboxMoveEnabled(boolean value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getTargetApplicationUri()
Stringpublic void setTargetApplicationUri(String value)
value - allowed object is
Stringpublic String getTargetAutodiscoverEpr()
Stringpublic void setTargetAutodiscoverEpr(String value)
value - allowed object is
Stringpublic String getTargetSharingEpr()
Stringpublic void setTargetSharingEpr(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2015 Jasig. All Rights Reserved.