com.microsoft.exchange.types
Class ItemType

java.lang.Object
  extended by com.microsoft.exchange.types.ItemType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
CalendarItemType, ContactItemType, DistributionListType, MessageType, PostItemType, TaskType

public class ItemType
extends Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for ItemType complex type.

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

 <complexType name="ItemType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MimeContent" type="{http://schemas.microsoft.com/exchange/services/2006/types}MimeContentType" minOccurs="0"/>
         <element name="ItemId" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemIdType" minOccurs="0"/>
         <element name="ParentFolderId" type="{http://schemas.microsoft.com/exchange/services/2006/types}FolderIdType" minOccurs="0"/>
         <element name="ItemClass" type="{http://schemas.microsoft.com/exchange/services/2006/types}ItemClassType" minOccurs="0"/>
         <element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Sensitivity" type="{http://schemas.microsoft.com/exchange/services/2006/types}SensitivityChoicesType" minOccurs="0"/>
         <element name="Body" type="{http://schemas.microsoft.com/exchange/services/2006/types}BodyType" minOccurs="0"/>
         <element name="Attachments" type="{http://schemas.microsoft.com/exchange/services/2006/types}NonEmptyArrayOfAttachmentsType" minOccurs="0"/>
         <element name="DateTimeReceived" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Categories" type="{http://schemas.microsoft.com/exchange/services/2006/types}ArrayOfStringsType" minOccurs="0"/>
         <element name="Importance" type="{http://schemas.microsoft.com/exchange/services/2006/types}ImportanceChoicesType" minOccurs="0"/>
         <element name="InReplyTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="IsSubmitted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsDraft" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsFromMe" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsResend" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="IsUnmodified" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="InternetMessageHeaders" type="{http://schemas.microsoft.com/exchange/services/2006/types}NonEmptyArrayOfInternetHeadersType" minOccurs="0"/>
         <element name="DateTimeSent" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="DateTimeCreated" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ResponseObjects" type="{http://schemas.microsoft.com/exchange/services/2006/types}NonEmptyArrayOfResponseObjectsType" minOccurs="0"/>
         <element name="ReminderDueBy" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="ReminderIsSet" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ReminderMinutesBeforeStart" type="{http://schemas.microsoft.com/exchange/services/2006/types}ReminderMinutesBeforeStartType" minOccurs="0"/>
         <element name="DisplayCc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DisplayTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="HasAttachments" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ExtendedProperty" type="{http://schemas.microsoft.com/exchange/services/2006/types}ExtendedPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="Culture" type="{http://www.w3.org/2001/XMLSchema}language" minOccurs="0"/>
         <element name="EffectiveRights" type="{http://schemas.microsoft.com/exchange/services/2006/types}EffectiveRightsType" minOccurs="0"/>
         <element name="LastModifiedName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastModifiedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  NonEmptyArrayOfAttachmentsType attachments
           
protected  BodyType body
           
protected  ArrayOfStringsType categories
           
protected  String culture
           
protected  XMLGregorianCalendar dateTimeCreated
           
protected  XMLGregorianCalendar dateTimeReceived
           
protected  XMLGregorianCalendar dateTimeSent
           
protected  String displayCc
           
protected  String displayTo
           
protected  EffectiveRightsType effectiveRights
           
protected  List<ExtendedPropertyType> extendedProperties
           
protected  Boolean hasAttachments
           
protected  ImportanceChoicesType importance
           
protected  String inReplyTo
           
protected  NonEmptyArrayOfInternetHeadersType internetMessageHeaders
           
protected  Boolean isDraft
           
protected  Boolean isFromMe
           
protected  Boolean isResend
           
protected  Boolean isSubmitted
           
protected  Boolean isUnmodified
           
protected  String itemClass
           
protected  ItemIdType itemId
           
protected  String lastModifiedName
           
protected  XMLGregorianCalendar lastModifiedTime
           
protected  MimeContentType mimeContent
           
protected  FolderIdType parentFolderId
           
protected  XMLGregorianCalendar reminderDueBy
           
protected  Boolean reminderIsSet
           
protected  String reminderMinutesBeforeStart
           
protected  NonEmptyArrayOfResponseObjectsType responseObjects
           
protected  SensitivityChoicesType sensitivity
           
protected  Integer size
           
protected  String subject
           
 
Constructor Summary
ItemType()
           
 
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)
           
 NonEmptyArrayOfAttachmentsType getAttachments()
          Gets the value of the attachments property.
 BodyType getBody()
          Gets the value of the body property.
 ArrayOfStringsType getCategories()
          Gets the value of the categories property.
 String getCulture()
          Gets the value of the culture property.
 XMLGregorianCalendar getDateTimeCreated()
          Gets the value of the dateTimeCreated property.
 XMLGregorianCalendar getDateTimeReceived()
          Gets the value of the dateTimeReceived property.
 XMLGregorianCalendar getDateTimeSent()
          Gets the value of the dateTimeSent property.
 String getDisplayCc()
          Gets the value of the displayCc property.
 String getDisplayTo()
          Gets the value of the displayTo property.
 EffectiveRightsType getEffectiveRights()
          Gets the value of the effectiveRights property.
 List<ExtendedPropertyType> getExtendedProperties()
          Gets the value of the extendedProperties property.
 ImportanceChoicesType getImportance()
          Gets the value of the importance property.
 String getInReplyTo()
          Gets the value of the inReplyTo property.
 NonEmptyArrayOfInternetHeadersType getInternetMessageHeaders()
          Gets the value of the internetMessageHeaders property.
 String getItemClass()
          Gets the value of the itemClass property.
 ItemIdType getItemId()
          Gets the value of the itemId property.
 String getLastModifiedName()
          Gets the value of the lastModifiedName property.
 XMLGregorianCalendar getLastModifiedTime()
          Gets the value of the lastModifiedTime property.
 MimeContentType getMimeContent()
          Gets the value of the mimeContent property.
 FolderIdType getParentFolderId()
          Gets the value of the parentFolderId property.
 XMLGregorianCalendar getReminderDueBy()
          Gets the value of the reminderDueBy property.
 String getReminderMinutesBeforeStart()
          Gets the value of the reminderMinutesBeforeStart property.
 NonEmptyArrayOfResponseObjectsType getResponseObjects()
          Gets the value of the responseObjects property.
 SensitivityChoicesType getSensitivity()
          Gets the value of the sensitivity property.
 Integer getSize()
          Gets the value of the size property.
 String getSubject()
          Gets the value of the subject property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 Boolean isHasAttachments()
          Gets the value of the hasAttachments property.
 Boolean isIsDraft()
          Gets the value of the isDraft property.
 Boolean isIsFromMe()
          Gets the value of the isFromMe property.
 Boolean isIsResend()
          Gets the value of the isResend property.
 Boolean isIsSubmitted()
          Gets the value of the isSubmitted property.
 Boolean isIsUnmodified()
          Gets the value of the isUnmodified property.
 Boolean isReminderIsSet()
          Gets the value of the reminderIsSet property.
 void setAttachments(NonEmptyArrayOfAttachmentsType value)
          Sets the value of the attachments property.
 void setBody(BodyType value)
          Sets the value of the body property.
 void setCategories(ArrayOfStringsType value)
          Sets the value of the categories property.
 void setCulture(String value)
          Sets the value of the culture property.
 void setDateTimeCreated(XMLGregorianCalendar value)
          Sets the value of the dateTimeCreated property.
 void setDateTimeReceived(XMLGregorianCalendar value)
          Sets the value of the dateTimeReceived property.
 void setDateTimeSent(XMLGregorianCalendar value)
          Sets the value of the dateTimeSent property.
 void setDisplayCc(String value)
          Sets the value of the displayCc property.
 void setDisplayTo(String value)
          Sets the value of the displayTo property.
 void setEffectiveRights(EffectiveRightsType value)
          Sets the value of the effectiveRights property.
 void setHasAttachments(Boolean value)
          Sets the value of the hasAttachments property.
 void setImportance(ImportanceChoicesType value)
          Sets the value of the importance property.
 void setInReplyTo(String value)
          Sets the value of the inReplyTo property.
 void setInternetMessageHeaders(NonEmptyArrayOfInternetHeadersType value)
          Sets the value of the internetMessageHeaders property.
 void setIsDraft(Boolean value)
          Sets the value of the isDraft property.
 void setIsFromMe(Boolean value)
          Sets the value of the isFromMe property.
 void setIsResend(Boolean value)
          Sets the value of the isResend property.
 void setIsSubmitted(Boolean value)
          Sets the value of the isSubmitted property.
 void setIsUnmodified(Boolean value)
          Sets the value of the isUnmodified property.
 void setItemClass(String value)
          Sets the value of the itemClass property.
 void setItemId(ItemIdType value)
          Sets the value of the itemId property.
 void setLastModifiedName(String value)
          Sets the value of the lastModifiedName property.
 void setLastModifiedTime(XMLGregorianCalendar value)
          Sets the value of the lastModifiedTime property.
 void setMimeContent(MimeContentType value)
          Sets the value of the mimeContent property.
 void setParentFolderId(FolderIdType value)
          Sets the value of the parentFolderId property.
 void setReminderDueBy(XMLGregorianCalendar value)
          Sets the value of the reminderDueBy property.
 void setReminderIsSet(Boolean value)
          Sets the value of the reminderIsSet property.
 void setReminderMinutesBeforeStart(String value)
          Sets the value of the reminderMinutesBeforeStart property.
 void setResponseObjects(NonEmptyArrayOfResponseObjectsType value)
          Sets the value of the responseObjects property.
 void setSensitivity(SensitivityChoicesType value)
          Sets the value of the sensitivity property.
 void setSize(Integer value)
          Sets the value of the size property.
 void setSubject(String value)
          Sets the value of the subject property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

mimeContent

protected MimeContentType mimeContent

itemId

protected ItemIdType itemId

parentFolderId

protected FolderIdType parentFolderId

itemClass

protected String itemClass

subject

protected String subject

sensitivity

protected SensitivityChoicesType sensitivity

body

protected BodyType body

attachments

protected NonEmptyArrayOfAttachmentsType attachments

dateTimeReceived

protected XMLGregorianCalendar dateTimeReceived

size

protected Integer size

categories

protected ArrayOfStringsType categories

importance

protected ImportanceChoicesType importance

inReplyTo

protected String inReplyTo

isSubmitted

protected Boolean isSubmitted

isDraft

protected Boolean isDraft

isFromMe

protected Boolean isFromMe

isResend

protected Boolean isResend

isUnmodified

protected Boolean isUnmodified

internetMessageHeaders

protected NonEmptyArrayOfInternetHeadersType internetMessageHeaders

dateTimeSent

protected XMLGregorianCalendar dateTimeSent

dateTimeCreated

protected XMLGregorianCalendar dateTimeCreated

responseObjects

protected NonEmptyArrayOfResponseObjectsType responseObjects

reminderDueBy

protected XMLGregorianCalendar reminderDueBy

reminderIsSet

protected Boolean reminderIsSet

reminderMinutesBeforeStart

protected String reminderMinutesBeforeStart

displayCc

protected String displayCc

displayTo

protected String displayTo

hasAttachments

protected Boolean hasAttachments

extendedProperties

protected List<ExtendedPropertyType> extendedProperties

culture

protected String culture

effectiveRights

protected EffectiveRightsType effectiveRights

lastModifiedName

protected String lastModifiedName

lastModifiedTime

protected XMLGregorianCalendar lastModifiedTime
Constructor Detail

ItemType

public ItemType()
Method Detail

getMimeContent

public MimeContentType getMimeContent()
Gets the value of the mimeContent property.

Returns:
possible object is MimeContentType

setMimeContent

public void setMimeContent(MimeContentType value)
Sets the value of the mimeContent property.

Parameters:
value - allowed object is MimeContentType

getItemId

public ItemIdType getItemId()
Gets the value of the itemId property.

Returns:
possible object is ItemIdType

setItemId

public void setItemId(ItemIdType value)
Sets the value of the itemId property.

Parameters:
value - allowed object is ItemIdType

getParentFolderId

public FolderIdType getParentFolderId()
Gets the value of the parentFolderId property.

Returns:
possible object is FolderIdType

setParentFolderId

public void setParentFolderId(FolderIdType value)
Sets the value of the parentFolderId property.

Parameters:
value - allowed object is FolderIdType

getItemClass

public String getItemClass()
Gets the value of the itemClass property.

Returns:
possible object is String

setItemClass

public void setItemClass(String value)
Sets the value of the itemClass property.

Parameters:
value - allowed object is String

getSubject

public String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

public void setSubject(String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

getSensitivity

public SensitivityChoicesType getSensitivity()
Gets the value of the sensitivity property.

Returns:
possible object is SensitivityChoicesType

setSensitivity

public void setSensitivity(SensitivityChoicesType value)
Sets the value of the sensitivity property.

Parameters:
value - allowed object is SensitivityChoicesType

getBody

public BodyType getBody()
Gets the value of the body property.

Returns:
possible object is BodyType

setBody

public void setBody(BodyType value)
Sets the value of the body property.

Parameters:
value - allowed object is BodyType

getAttachments

public NonEmptyArrayOfAttachmentsType getAttachments()
Gets the value of the attachments property.

Returns:
possible object is NonEmptyArrayOfAttachmentsType

setAttachments

public void setAttachments(NonEmptyArrayOfAttachmentsType value)
Sets the value of the attachments property.

Parameters:
value - allowed object is NonEmptyArrayOfAttachmentsType

getDateTimeReceived

public XMLGregorianCalendar getDateTimeReceived()
Gets the value of the dateTimeReceived property.

Returns:
possible object is XMLGregorianCalendar

setDateTimeReceived

public void setDateTimeReceived(XMLGregorianCalendar value)
Sets the value of the dateTimeReceived property.

Parameters:
value - allowed object is XMLGregorianCalendar

getSize

public Integer getSize()
Gets the value of the size property.

Returns:
possible object is Integer

setSize

public void setSize(Integer value)
Sets the value of the size property.

Parameters:
value - allowed object is Integer

getCategories

public ArrayOfStringsType getCategories()
Gets the value of the categories property.

Returns:
possible object is ArrayOfStringsType

setCategories

public void setCategories(ArrayOfStringsType value)
Sets the value of the categories property.

Parameters:
value - allowed object is ArrayOfStringsType

getImportance

public ImportanceChoicesType getImportance()
Gets the value of the importance property.

Returns:
possible object is ImportanceChoicesType

setImportance

public void setImportance(ImportanceChoicesType value)
Sets the value of the importance property.

Parameters:
value - allowed object is ImportanceChoicesType

getInReplyTo

public String getInReplyTo()
Gets the value of the inReplyTo property.

Returns:
possible object is String

setInReplyTo

public void setInReplyTo(String value)
Sets the value of the inReplyTo property.

Parameters:
value - allowed object is String

isIsSubmitted

public Boolean isIsSubmitted()
Gets the value of the isSubmitted property.

Returns:
possible object is Boolean

setIsSubmitted

public void setIsSubmitted(Boolean value)
Sets the value of the isSubmitted property.

Parameters:
value - allowed object is Boolean

isIsDraft

public Boolean isIsDraft()
Gets the value of the isDraft property.

Returns:
possible object is Boolean

setIsDraft

public void setIsDraft(Boolean value)
Sets the value of the isDraft property.

Parameters:
value - allowed object is Boolean

isIsFromMe

public Boolean isIsFromMe()
Gets the value of the isFromMe property.

Returns:
possible object is Boolean

setIsFromMe

public void setIsFromMe(Boolean value)
Sets the value of the isFromMe property.

Parameters:
value - allowed object is Boolean

isIsResend

public Boolean isIsResend()
Gets the value of the isResend property.

Returns:
possible object is Boolean

setIsResend

public void setIsResend(Boolean value)
Sets the value of the isResend property.

Parameters:
value - allowed object is Boolean

isIsUnmodified

public Boolean isIsUnmodified()
Gets the value of the isUnmodified property.

Returns:
possible object is Boolean

setIsUnmodified

public void setIsUnmodified(Boolean value)
Sets the value of the isUnmodified property.

Parameters:
value - allowed object is Boolean

getInternetMessageHeaders

public NonEmptyArrayOfInternetHeadersType getInternetMessageHeaders()
Gets the value of the internetMessageHeaders property.

Returns:
possible object is NonEmptyArrayOfInternetHeadersType

setInternetMessageHeaders

public void setInternetMessageHeaders(NonEmptyArrayOfInternetHeadersType value)
Sets the value of the internetMessageHeaders property.

Parameters:
value - allowed object is NonEmptyArrayOfInternetHeadersType

getDateTimeSent

public XMLGregorianCalendar getDateTimeSent()
Gets the value of the dateTimeSent property.

Returns:
possible object is XMLGregorianCalendar

setDateTimeSent

public void setDateTimeSent(XMLGregorianCalendar value)
Sets the value of the dateTimeSent property.

Parameters:
value - allowed object is XMLGregorianCalendar

getDateTimeCreated

public XMLGregorianCalendar getDateTimeCreated()
Gets the value of the dateTimeCreated property.

Returns:
possible object is XMLGregorianCalendar

setDateTimeCreated

public void setDateTimeCreated(XMLGregorianCalendar value)
Sets the value of the dateTimeCreated property.

Parameters:
value - allowed object is XMLGregorianCalendar

getResponseObjects

public NonEmptyArrayOfResponseObjectsType getResponseObjects()
Gets the value of the responseObjects property.

Returns:
possible object is NonEmptyArrayOfResponseObjectsType

setResponseObjects

public void setResponseObjects(NonEmptyArrayOfResponseObjectsType value)
Sets the value of the responseObjects property.

Parameters:
value - allowed object is NonEmptyArrayOfResponseObjectsType

getReminderDueBy

public XMLGregorianCalendar getReminderDueBy()
Gets the value of the reminderDueBy property.

Returns:
possible object is XMLGregorianCalendar

setReminderDueBy

public void setReminderDueBy(XMLGregorianCalendar value)
Sets the value of the reminderDueBy property.

Parameters:
value - allowed object is XMLGregorianCalendar

isReminderIsSet

public Boolean isReminderIsSet()
Gets the value of the reminderIsSet property.

Returns:
possible object is Boolean

setReminderIsSet

public void setReminderIsSet(Boolean value)
Sets the value of the reminderIsSet property.

Parameters:
value - allowed object is Boolean

getReminderMinutesBeforeStart

public String getReminderMinutesBeforeStart()
Gets the value of the reminderMinutesBeforeStart property.

Returns:
possible object is String

setReminderMinutesBeforeStart

public void setReminderMinutesBeforeStart(String value)
Sets the value of the reminderMinutesBeforeStart property.

Parameters:
value - allowed object is String

getDisplayCc

public String getDisplayCc()
Gets the value of the displayCc property.

Returns:
possible object is String

setDisplayCc

public void setDisplayCc(String value)
Sets the value of the displayCc property.

Parameters:
value - allowed object is String

getDisplayTo

public String getDisplayTo()
Gets the value of the displayTo property.

Returns:
possible object is String

setDisplayTo

public void setDisplayTo(String value)
Sets the value of the displayTo property.

Parameters:
value - allowed object is String

isHasAttachments

public Boolean isHasAttachments()
Gets the value of the hasAttachments property.

Returns:
possible object is Boolean

setHasAttachments

public void setHasAttachments(Boolean value)
Sets the value of the hasAttachments property.

Parameters:
value - allowed object is Boolean

getExtendedProperties

public List<ExtendedPropertyType> getExtendedProperties()
Gets the value of the extendedProperties property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extendedProperties property.

For example, to add a new item, do as follows:

    getExtendedProperties().add(newItem);
 

Objects of the following type(s) are allowed in the list ExtendedPropertyType


getCulture

public String getCulture()
Gets the value of the culture property.

Returns:
possible object is String

setCulture

public void setCulture(String value)
Sets the value of the culture property.

Parameters:
value - allowed object is String

getEffectiveRights

public EffectiveRightsType getEffectiveRights()
Gets the value of the effectiveRights property.

Returns:
possible object is EffectiveRightsType

setEffectiveRights

public void setEffectiveRights(EffectiveRightsType value)
Sets the value of the effectiveRights property.

Parameters:
value - allowed object is EffectiveRightsType

getLastModifiedName

public String getLastModifiedName()
Gets the value of the lastModifiedName property.

Returns:
possible object is String

setLastModifiedName

public void setLastModifiedName(String value)
Sets the value of the lastModifiedName property.

Parameters:
value - allowed object is String

getLastModifiedTime

public XMLGregorianCalendar getLastModifiedTime()
Gets the value of the lastModifiedTime property.

Returns:
possible object is XMLGregorianCalendar

setLastModifiedTime

public void setLastModifiedTime(XMLGregorianCalendar value)
Sets the value of the lastModifiedTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

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 © 2012 Jasig. All Rights Reserved.