com.microsoft.exchange.types
Class PathToExtendedFieldType

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

public class PathToExtendedFieldType
extends BasePathToElementType
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Represents an extended property. Note that there are only a couple of valid attribute combinations. Note that all occurances require the PropertyType attribute. 1. (DistinguishedPropertySetId || PropertySetId) + (PropertyName || Property Id) 2. PropertyTag

Java class for PathToExtendedFieldType complex type.

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

 <complexType name="PathToExtendedFieldType">
   <complexContent>
     <extension base="{http://schemas.microsoft.com/exchange/services/2006/types}BasePathToElementType">
       <attribute name="DistinguishedPropertySetId" type="{http://schemas.microsoft.com/exchange/services/2006/types}DistinguishedPropertySetType" />
       <attribute name="PropertySetId" type="{http://schemas.microsoft.com/exchange/services/2006/types}GuidType" />
       <attribute name="PropertyTag" type="{http://schemas.microsoft.com/exchange/services/2006/types}PropertyTagType" />
       <attribute name="PropertyName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="PropertyId" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="PropertyType" use="required" type="{http://schemas.microsoft.com/exchange/services/2006/types}MapiPropertyTypeType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  DistinguishedPropertySetType distinguishedPropertySetId
           
protected  Integer propertyId
           
protected  String propertyName
           
protected  String propertySetId
           
protected  String propertyTag
           
protected  MapiPropertyTypeType propertyType
           
 
Constructor Summary
PathToExtendedFieldType()
           
 
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)
           
 DistinguishedPropertySetType getDistinguishedPropertySetId()
          Gets the value of the distinguishedPropertySetId property.
 Integer getPropertyId()
          Gets the value of the propertyId property.
 String getPropertyName()
          Gets the value of the propertyName property.
 String getPropertySetId()
          Gets the value of the propertySetId property.
 String getPropertyTag()
          Gets the value of the propertyTag property.
 MapiPropertyTypeType getPropertyType()
          Gets the value of the propertyType property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setDistinguishedPropertySetId(DistinguishedPropertySetType value)
          Sets the value of the distinguishedPropertySetId property.
 void setPropertyId(Integer value)
          Sets the value of the propertyId property.
 void setPropertyName(String value)
          Sets the value of the propertyName property.
 void setPropertySetId(String value)
          Sets the value of the propertySetId property.
 void setPropertyTag(String value)
          Sets the value of the propertyTag property.
 void setPropertyType(MapiPropertyTypeType value)
          Sets the value of the propertyType property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

distinguishedPropertySetId

protected DistinguishedPropertySetType distinguishedPropertySetId

propertySetId

protected String propertySetId

propertyTag

protected String propertyTag

propertyName

protected String propertyName

propertyId

protected Integer propertyId

propertyType

protected MapiPropertyTypeType propertyType
Constructor Detail

PathToExtendedFieldType

public PathToExtendedFieldType()
Method Detail

getDistinguishedPropertySetId

public DistinguishedPropertySetType getDistinguishedPropertySetId()
Gets the value of the distinguishedPropertySetId property.

Returns:
possible object is DistinguishedPropertySetType

setDistinguishedPropertySetId

public void setDistinguishedPropertySetId(DistinguishedPropertySetType value)
Sets the value of the distinguishedPropertySetId property.

Parameters:
value - allowed object is DistinguishedPropertySetType

getPropertySetId

public String getPropertySetId()
Gets the value of the propertySetId property.

Returns:
possible object is String

setPropertySetId

public void setPropertySetId(String value)
Sets the value of the propertySetId property.

Parameters:
value - allowed object is String

getPropertyTag

public String getPropertyTag()
Gets the value of the propertyTag property.

Returns:
possible object is String

setPropertyTag

public void setPropertyTag(String value)
Sets the value of the propertyTag property.

Parameters:
value - allowed object is String

getPropertyName

public String getPropertyName()
Gets the value of the propertyName property.

Returns:
possible object is String

setPropertyName

public void setPropertyName(String value)
Sets the value of the propertyName property.

Parameters:
value - allowed object is String

getPropertyId

public Integer getPropertyId()
Gets the value of the propertyId property.

Returns:
possible object is Integer

setPropertyId

public void setPropertyId(Integer value)
Sets the value of the propertyId property.

Parameters:
value - allowed object is Integer

getPropertyType

public MapiPropertyTypeType getPropertyType()
Gets the value of the propertyType property.

Returns:
possible object is MapiPropertyTypeType

setPropertyType

public void setPropertyType(MapiPropertyTypeType value)
Sets the value of the propertyType property.

Parameters:
value - allowed object is MapiPropertyTypeType

toString

public String toString()
Overrides:
toString in class BasePathToElementType

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 BasePathToElementType

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 BasePathToElementType

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 BasePathToElementType

equals

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

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 BasePathToElementType

hashCode

public int hashCode()
Overrides:
hashCode in class BasePathToElementType


Copyright © 2012 Jasig. All Rights Reserved.