Package tyler.ecf.extensions.common
Class DocumentOptionalServiceType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.IdentificationType
tyler.ecf.extensions.common.DocumentOptionalServiceType
Java class for DocumentOptionalServiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentOptionalServiceType"> <complexContent> <extension base="{http://niem.gov/niem/niem-core/2.0}IdentificationType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}Multiplier" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}FeeAmount" minOccurs="0"/> <element ref="{urn:tyler:ecf:extensions:Common}PartyPayor" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Decimal
protected Decimal
protected List
<PartyPayorType> Fields inherited from class gov.niem.niem.niem_core._2.IdentificationType
identificationCategory, identificationID, identificationJurisdiction, identificationSourceText
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 feeAmount property.Gets the value of the multiplier property.Gets the value of the partyPayor property.void
setFeeAmount
(Decimal value) Sets the value of the feeAmount property.void
setMultiplier
(Decimal value) Sets the value of the multiplier property.toString()
Generates a String representation of the contents of this type.Methods inherited from class gov.niem.niem.niem_core._2.IdentificationType
getIdentificationCategory, getIdentificationID, getIdentificationJurisdiction, getIdentificationSourceText, setIdentificationCategory, setIdentificationID, setIdentificationJurisdiction, setIdentificationSourceText
Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
multiplier
-
feeAmount
-
partyPayor
-
-
Constructor Details
-
DocumentOptionalServiceType
public DocumentOptionalServiceType()
-
-
Method Details
-
getMultiplier
Gets the value of the multiplier property.- Returns:
- possible object is
Decimal
-
setMultiplier
Sets the value of the multiplier property.- Parameters:
value
- allowed object isDecimal
-
getFeeAmount
Gets the value of the feeAmount property.- Returns:
- possible object is
Decimal
-
setFeeAmount
Sets the value of the feeAmount property.- Parameters:
value
- allowed object isDecimal
-
getPartyPayor
Gets the value of the partyPayor 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 Jakarta XML Binding object. This is why there is not a
set
method for the partyPayor property.For example, to add a new item, do as follows:
getPartyPayor().add(newItem);
Objects of the following type(s) are allowed in the list
PartyPayorType
-
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 classIdentificationType
-