public class PathToExtendedFieldType extends BasePathToElementType implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
| Modifier and Type | Field and Description |
|---|---|
protected DistinguishedPropertySetType |
distinguishedPropertySetId |
protected Integer |
propertyId |
protected String |
propertyName |
protected String |
propertySetId |
protected String |
propertyTag |
protected MapiPropertyTypeType |
propertyType |
| Constructor and Description |
|---|
PathToExtendedFieldType() |
| 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) |
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() |
protected DistinguishedPropertySetType distinguishedPropertySetId
protected String propertySetId
protected String propertyTag
protected String propertyName
protected Integer propertyId
protected MapiPropertyTypeType propertyType
public DistinguishedPropertySetType getDistinguishedPropertySetId()
DistinguishedPropertySetTypepublic void setDistinguishedPropertySetId(DistinguishedPropertySetType value)
value - allowed object is
DistinguishedPropertySetTypepublic String getPropertySetId()
Stringpublic void setPropertySetId(String value)
value - allowed object is
Stringpublic String getPropertyTag()
Stringpublic void setPropertyTag(String value)
value - allowed object is
Stringpublic String getPropertyName()
Stringpublic void setPropertyName(String value)
value - allowed object is
Stringpublic Integer getPropertyId()
Integerpublic void setPropertyId(Integer value)
value - allowed object is
Integerpublic MapiPropertyTypeType getPropertyType()
MapiPropertyTypeTypepublic void setPropertyType(MapiPropertyTypeType value)
value - allowed object is
MapiPropertyTypeTypepublic String toString()
toString in class BasePathToElementTypepublic 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.ToStringappend in class BasePathToElementTypepublic 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.ToStringappendFields in class BasePathToElementTypepublic 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.Equalsequals in class BasePathToElementTypepublic boolean equals(Object object)
equals in class BasePathToElementTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class BasePathToElementTypepublic int hashCode()
hashCode in class BasePathToElementTypeCopyright © 2014 Jasig. All Rights Reserved.