Class ServiceRecipientType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.EntityType
tyler.ecf.extensions.notifyservicemessage.ServiceRecipientType
Java class for ServiceRecipientType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceRecipientType"> <complexContent> <extension base="{http://niem.gov/niem/niem-core/2.0}EntityType"> <sequence> <element ref="{urn:tyler:ecf:extensions:NotifyServiceMessage}ServiceContactID"/> <element ref="{urn:tyler:ecf:extensions:NotifyServiceMessage}SentDate" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:NotifyServiceMessage}Status"/> <element ref="{http://niem.gov/niem/niem-core/2.0}EntityPersonReference" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ReferenceType
protected DateType
protected IdentificationType
protected TextType
Fields inherited from class gov.niem.niem.niem_core._2.EntityType
entityRepresentation
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 entityPersonReference property.Gets the value of the sentDate property.Gets the value of the serviceContactID property.Gets the value of the status property.void
Sets the value of the entityPersonReference property.void
setSentDate
(DateType value) Sets the value of the sentDate property.void
Sets the value of the serviceContactID property.void
Sets the value of the status property.toString()
Generates a String representation of the contents of this type.Methods inherited from class gov.niem.niem.niem_core._2.EntityType
getEntityRepresentation, setEntityRepresentation
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
serviceContactID
-
sentDate
-
status
-
entityPersonReference
-
-
Constructor Details
-
ServiceRecipientType
public ServiceRecipientType()
-
-
Method Details
-
getServiceContactID
Gets the value of the serviceContactID property.- Returns:
- possible object is
IdentificationType
-
setServiceContactID
Sets the value of the serviceContactID property.- Parameters:
value
- allowed object isIdentificationType
-
getSentDate
Gets the value of the sentDate property.- Returns:
- possible object is
DateType
-
setSentDate
Sets the value of the sentDate property.- Parameters:
value
- allowed object isDateType
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
TextType
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isTextType
-
getEntityPersonReference
Gets the value of the entityPersonReference property.- Returns:
- possible object is
ReferenceType
-
setEntityPersonReference
Sets the value of the entityPersonReference property.- Parameters:
value
- allowed object isReferenceType
-
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 classEntityType
-