Class CaseAssignment5TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.camt_035_001.CaseAssignment5TCH
Java class for CaseAssignment5_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CaseAssignment5_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.035.001.05}Max35Text_TCH"/> <element name="Assgnr" type="{urn:iso:std:iso:20022:tech:xsd:camt.035.001.05}Party40Choice_TCH"/> <element name="Assgne" type="{urn:iso:std:iso:20022:tech:xsd:camt.035.001.05}Party40Choice_TCH"/> <element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.035.001.05}ISODateTime"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Party40ChoiceTCH
protected Party40ChoiceTCH
protected XMLGregorianCalendar
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assgne property.Gets the value of the assgnr property.Gets the value of the creDtTm property.getId()
Gets the value of the id property.void
setAssgne
(Party40ChoiceTCH value) Sets the value of the assgne property.void
setAssgnr
(Party40ChoiceTCH value) Sets the value of the assgnr property.void
setCreDtTm
(XMLGregorianCalendar value) Sets the value of the creDtTm property.void
Sets the value of the id property.
-
Field Details
-
id
-
assgnr
-
assgne
-
creDtTm
-
-
Constructor Details
-
CaseAssignment5TCH
public CaseAssignment5TCH()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getAssgnr
Gets the value of the assgnr property.- Returns:
- possible object is
Party40ChoiceTCH
-
setAssgnr
Sets the value of the assgnr property.- Parameters:
value
- allowed object isParty40ChoiceTCH
-
getAssgne
Gets the value of the assgne property.- Returns:
- possible object is
Party40ChoiceTCH
-
setAssgne
Sets the value of the assgne property.- Parameters:
value
- allowed object isParty40ChoiceTCH
-
getCreDtTm
Gets the value of the creDtTm property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreDtTm
Sets the value of the creDtTm property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-