Class MemoryCharacteristics1

java.lang.Object
org.coderic.iso20022.messages.casp.MemoryCharacteristics1

public class MemoryCharacteristics1 extends Object

Java class for MemoryCharacteristics1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MemoryCharacteristics1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max35Text"/>
         <element name="TtlSz" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}DecimalNumber"/>
         <element name="FreeSz" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}DecimalNumber"/>
         <element name="Unit" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}MemoryUnit1Code"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • MemoryCharacteristics1

      public MemoryCharacteristics1()
  • 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
    • getTtlSz

      public BigDecimal getTtlSz()
      Gets the value of the ttlSz property.
      Returns:
      possible object is BigDecimal
    • setTtlSz

      public void setTtlSz(BigDecimal value)
      Sets the value of the ttlSz property.
      Parameters:
      value - allowed object is BigDecimal
    • getFreeSz

      public BigDecimal getFreeSz()
      Gets the value of the freeSz property.
      Returns:
      possible object is BigDecimal
    • setFreeSz

      public void setFreeSz(BigDecimal value)
      Sets the value of the freeSz property.
      Parameters:
      value - allowed object is BigDecimal
    • getUnit

      public MemoryUnit1Code getUnit()
      Gets the value of the unit property.
      Returns:
      possible object is MemoryUnit1Code
    • setUnit

      public void setUnit(MemoryUnit1Code value)
      Sets the value of the unit property.
      Parameters:
      value - allowed object is MemoryUnit1Code