com.microsoft.exchange.autodiscover
Class OrganizationRelationshipSettings

java.lang.Object
  extended by com.microsoft.exchange.autodiscover.OrganizationRelationshipSettings
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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>
 


Field Summary
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 Summary
OrganizationRelationshipSettings()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

deliveryReportEnabled

protected boolean deliveryReportEnabled

domainNames

protected Domains domainNames

freeBusyAccessEnabled

protected boolean freeBusyAccessEnabled

freeBusyAccessLevel

protected String freeBusyAccessLevel

mailTipsAccessEnabled

protected boolean mailTipsAccessEnabled

mailTipsAccessLevel

protected String mailTipsAccessLevel

mailboxMoveEnabled

protected boolean mailboxMoveEnabled

name

protected String name

targetApplicationUri

protected String targetApplicationUri

targetAutodiscoverEpr

protected String targetAutodiscoverEpr

targetSharingEpr

protected String targetSharingEpr
Constructor Detail

OrganizationRelationshipSettings

public OrganizationRelationshipSettings()
Method Detail

isDeliveryReportEnabled

public boolean isDeliveryReportEnabled()
Gets the value of the deliveryReportEnabled property.


setDeliveryReportEnabled

public void setDeliveryReportEnabled(boolean value)
Sets the value of the deliveryReportEnabled property.


getDomainNames

public Domains getDomainNames()
Gets the value of the domainNames property.

Returns:
possible object is Domains

setDomainNames

public void setDomainNames(Domains value)
Sets the value of the domainNames property.

Parameters:
value - allowed object is Domains

isFreeBusyAccessEnabled

public boolean isFreeBusyAccessEnabled()
Gets the value of the freeBusyAccessEnabled property.


setFreeBusyAccessEnabled

public void setFreeBusyAccessEnabled(boolean value)
Sets the value of the freeBusyAccessEnabled property.


getFreeBusyAccessLevel

public String getFreeBusyAccessLevel()
Gets the value of the freeBusyAccessLevel property.

Returns:
possible object is String

setFreeBusyAccessLevel

public void setFreeBusyAccessLevel(String value)
Sets the value of the freeBusyAccessLevel property.

Parameters:
value - allowed object is String

isMailTipsAccessEnabled

public boolean isMailTipsAccessEnabled()
Gets the value of the mailTipsAccessEnabled property.


setMailTipsAccessEnabled

public void setMailTipsAccessEnabled(boolean value)
Sets the value of the mailTipsAccessEnabled property.


getMailTipsAccessLevel

public String getMailTipsAccessLevel()
Gets the value of the mailTipsAccessLevel property.

Returns:
possible object is String

setMailTipsAccessLevel

public void setMailTipsAccessLevel(String value)
Sets the value of the mailTipsAccessLevel property.

Parameters:
value - allowed object is String

isMailboxMoveEnabled

public boolean isMailboxMoveEnabled()
Gets the value of the mailboxMoveEnabled property.


setMailboxMoveEnabled

public void setMailboxMoveEnabled(boolean value)
Sets the value of the mailboxMoveEnabled property.


getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getTargetApplicationUri

public String getTargetApplicationUri()
Gets the value of the targetApplicationUri property.

Returns:
possible object is String

setTargetApplicationUri

public void setTargetApplicationUri(String value)
Sets the value of the targetApplicationUri property.

Parameters:
value - allowed object is String

getTargetAutodiscoverEpr

public String getTargetAutodiscoverEpr()
Gets the value of the targetAutodiscoverEpr property.

Returns:
possible object is String

setTargetAutodiscoverEpr

public void setTargetAutodiscoverEpr(String value)
Sets the value of the targetAutodiscoverEpr property.

Parameters:
value - allowed object is String

getTargetSharingEpr

public String getTargetSharingEpr()
Gets the value of the targetSharingEpr property.

Returns:
possible object is String

setTargetSharingEpr

public void setTargetSharingEpr(String value)
Sets the value of the targetSharingEpr property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

public 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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2013 Jasig. All Rights Reserved.