com.microsoft.exchange.autodiscover
Class StringSetting

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

public class StringSetting
extends UserSetting
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for StringSetting complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="StringSetting">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/exchange/2010/Autodiscover}UserSetting">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  JAXBElement<String> value
           
 
Fields inherited from class com.microsoft.exchange.autodiscover.UserSetting
name
 
Constructor Summary
StringSetting()
           
 
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)
           
 JAXBElement<String> getValue()
          Gets the value of the value property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setValue(JAXBElement<String> value)
          Sets the value of the value property.
 String toString()
           
 
Methods inherited from class com.microsoft.exchange.autodiscover.UserSetting
getName, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected JAXBElement<String> value
Constructor Detail

StringSetting

public StringSetting()
Method Detail

getValue

public JAXBElement<String> getValue()
Gets the value of the value property.

Returns:
possible object is JAXBElement<String>

setValue

public void setValue(JAXBElement<String> value)
Sets the value of the value property.

Parameters:
value - allowed object is JAXBElement<String>

toString

public String toString()
Overrides:
toString in class UserSetting

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
Overrides:
append in class UserSetting

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
Overrides:
appendFields in class UserSetting

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
Overrides:
equals in class UserSetting

equals

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

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
Overrides:
hashCode in class UserSetting

hashCode

public int hashCode()
Overrides:
hashCode in class UserSetting


Copyright © 2013 Jasig. All Rights Reserved.