Package tyler.ecf.extensions.common
Class FilingAssociationType
java.lang.Object
gov.niem.niem.structures._2.ComplexObjectType
gov.niem.niem.niem_core._2.AssociationType
tyler.ecf.extensions.common.FilingAssociationType
Java class for FilingAssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilingAssociationType"> <complexContent> <extension base="{http://niem.gov/niem/niem-core/2.0}AssociationType"> <sequence> <element ref="{urn:tyler:ecf:extensions:Common}PartyReference"/> <element ref="{urn:tyler:ecf:extensions:Common}FilingReference"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
FieldsFields inherited from class gov.niem.niem.structures._2.ComplexObjectType
id, linkMetadata, metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the filingReference property.Gets the value of the partyReference property.void
setFilingReference
(ReferenceType value) Sets the value of the filingReference property.void
setPartyReference
(ReferenceType value) Sets the value of the partyReference property.toString()
Generates a String representation of the contents of this type.Methods inherited from class gov.niem.niem.structures._2.ComplexObjectType
getId, getLinkMetadata, getMetadata, setId
-
Field Details
-
partyReference
-
filingReference
-
-
Constructor Details
-
FilingAssociationType
public FilingAssociationType()
-
-
Method Details
-
getPartyReference
Gets the value of the partyReference property.- Returns:
- possible object is
ReferenceType
-
setPartyReference
Sets the value of the partyReference property.- Parameters:
value
- allowed object isReferenceType
-
getFilingReference
Gets the value of the filingReference property.- Returns:
- possible object is
ReferenceType
-
setFilingReference
Sets the value of the filingReference 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 classAssociationType
-