Class CaseAssignment5TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.camt_028_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.028.001.09}Max35Text_TCH"/>
<element name="Assgnr" type="{urn:iso:std:iso:20022:tech:xsd:camt.028.001.09}Party40Choice_TCH"/>
<element name="Assgne" type="{urn:iso:std:iso:20022:tech:xsd:camt.028.001.09}Party40Choice_TCH"/>
<element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.028.001.09}ISODateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Party40ChoiceTCHprotected Party40ChoiceTCHprotected XMLGregorianCalendarprotected 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.voidsetAssgne(Party40ChoiceTCH value) Sets the value of the assgne property.voidsetAssgnr(Party40ChoiceTCH value) Sets the value of the assgnr property.voidsetCreDtTm(XMLGregorianCalendar value) Sets the value of the creDtTm property.voidSets 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
-