Class CaseAssignment5

java.lang.Object
iso.std.iso._20022.tech.xsd.camt_026_001.CaseAssignment5

public class CaseAssignment5 extends Object

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 Details

  • Constructor Details

    • CaseAssignment5

      public CaseAssignment5()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getAssgnr

      public Party40Choice getAssgnr()
      Gets the value of the assgnr property.
      Returns:
      possible object is Party40Choice
    • setAssgnr

      public void setAssgnr(Party40Choice value)
      Sets the value of the assgnr property.
      Parameters:
      value - allowed object is Party40Choice
    • getAssgne

      public Party40Choice getAssgne()
      Gets the value of the assgne property.
      Returns:
      possible object is Party40Choice
    • setAssgne

      public void setAssgne(Party40Choice value)
      Sets the value of the assgne property.
      Parameters:
      value - allowed object is Party40Choice
    • getCreDtTm

      public XMLGregorianCalendar getCreDtTm()
      Gets the value of the creDtTm property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreDtTm

      public void setCreDtTm(XMLGregorianCalendar value)
      Sets the value of the creDtTm property.
      Parameters:
      value - allowed object is XMLGregorianCalendar