Class CaseAssignment5
java.lang.Object
iso.std.iso._20022.tech.xsd.camt_026_001.CaseAssignment5
Java class for CaseAssignment5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CaseAssignment5">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.026.001.07}Max35Text"/>
<element name="Assgnr" type="{urn:iso:std:iso:20022:tech:xsd:camt.026.001.07}Party40Choice"/>
<element name="Assgne" type="{urn:iso:std:iso:20022:tech:xsd:camt.026.001.07}Party40Choice"/>
<element name="CreDtTm" type="{urn:iso:std:iso:20022:tech:xsd:camt.026.001.07}ISODateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Party40Choiceprotected Party40Choiceprotected 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(Party40Choice value) Sets the value of the assgne property.voidsetAssgnr(Party40Choice 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
-
CaseAssignment5
public CaseAssignment5()
-
-
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
Party40Choice
-
setAssgnr
Sets the value of the assgnr property.- Parameters:
value- allowed object isParty40Choice
-
getAssgne
Gets the value of the assgne property.- Returns:
- possible object is
Party40Choice
-
setAssgne
Sets the value of the assgne property.- Parameters:
value- allowed object isParty40Choice
-
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
-