Class ServiceRecipientDetailType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.StatusType
tyler.ecf.extensions.filingdetailresponsemessage.ServiceRecipientDetailType
A value describing the status of electronic service on a particular recipient.
Java class for ServiceRecipientDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceRecipientDetailType"> <complexContent> <extension base="{http://niem.gov/niem/niem-core/2.0}StatusType"> <sequence> <element ref="{urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:CommonTypes-4.0}ServiceRecipientID"/> <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}StatusCode"/> <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}ServedRecipient"/> <element ref="{urn:tyler:ecf:extensions:Common}FirmName"/> <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}IsOpened"/> <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}ServedDate" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:FilingDetailResponseMessage}OpenedDate" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}MailServiceIndicator"/> <element ref="{urn:tyler:ecf:extensions:Common}TrackingNumber" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TextType
protected boolean
protected Boolean
protected DateType
protected DateType
protected EntityType
protected IdentificationType
protected String
protected TextType
Fields inherited from class gov.niem.niem.niem_core._2.StatusType
statusDate, statusDescriptionText, statusText
Fields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the firmName property.Gets the value of the mailServiceIndicator property.Gets the value of the openedDate property.Gets the value of the servedDate property.Gets the value of the servedRecipient property.Gets the value of the serviceRecipientID property.Gets the value of the statusCode property.Gets the value of the trackingNumber property.boolean
Gets the value of the isOpened property.void
setFirmName
(TextType value) Sets the value of the firmName property.void
setIsOpened
(boolean value) Sets the value of the isOpened property.void
setMailServiceIndicator
(Boolean value) Sets the value of the mailServiceIndicator property.void
setOpenedDate
(DateType value) Sets the value of the openedDate property.void
setServedDate
(DateType value) Sets the value of the servedDate property.void
setServedRecipient
(EntityType value) Sets the value of the servedRecipient property.void
Sets the value of the serviceRecipientID property.void
setStatusCode
(String value) Sets the value of the statusCode property.void
setTrackingNumber
(TextType value) Sets the value of the trackingNumber property.toString()
Generates a String representation of the contents of this type.Methods inherited from class gov.niem.niem.niem_core._2.StatusType
getStatusDate, getStatusDescriptionText, getStatusText, setStatusDate, setStatusText
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
serviceRecipientID
-
statusCode
-
servedRecipient
-
firmName
-
isOpened
protected boolean isOpened -
servedDate
-
openedDate
-
mailServiceIndicator
-
trackingNumber
-
-
Constructor Details
-
ServiceRecipientDetailType
public ServiceRecipientDetailType()
-
-
Method Details
-
getServiceRecipientID
Gets the value of the serviceRecipientID property.- Returns:
- possible object is
IdentificationType
-
setServiceRecipientID
Sets the value of the serviceRecipientID property.- Parameters:
value
- allowed object isIdentificationType
-
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
String
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value
- allowed object isString
-
getServedRecipient
Gets the value of the servedRecipient property.- Returns:
- possible object is
EntityType
-
setServedRecipient
Sets the value of the servedRecipient property.- Parameters:
value
- allowed object isEntityType
-
getFirmName
Gets the value of the firmName property.- Returns:
- possible object is
TextType
-
setFirmName
Sets the value of the firmName property.- Parameters:
value
- allowed object isTextType
-
isIsOpened
public boolean isIsOpened()Gets the value of the isOpened property. -
setIsOpened
public void setIsOpened(boolean value) Sets the value of the isOpened property. -
getServedDate
Gets the value of the servedDate property.- Returns:
- possible object is
DateType
-
setServedDate
Sets the value of the servedDate property.- Parameters:
value
- allowed object isDateType
-
getOpenedDate
Gets the value of the openedDate property.- Returns:
- possible object is
DateType
-
setOpenedDate
Sets the value of the openedDate property.- Parameters:
value
- allowed object isDateType
-
getMailServiceIndicator
Gets the value of the mailServiceIndicator property.- Returns:
- possible object is
Boolean
-
setMailServiceIndicator
Sets the value of the mailServiceIndicator property.- Parameters:
value
- allowed object isBoolean
-
getTrackingNumber
Gets the value of the trackingNumber property.- Returns:
- possible object is
TextType
-
setTrackingNumber
Sets the value of the trackingNumber property.- Parameters:
value
- allowed object isTextType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classStatusType
-