Class MemoryCharacteristics1
java.lang.Object
org.coderic.iso20022.messages.casp.MemoryCharacteristics1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the freeSz property.getId()
Gets the value of the id property.getTtlSz()
Gets the value of the ttlSz property.getUnit()
Gets the value of the unit property.void
setFreeSz
(BigDecimal value) Sets the value of the freeSz property.void
Sets the value of the id property.void
setTtlSz
(BigDecimal value) Sets the value of the ttlSz property.void
setUnit
(MemoryUnit1Code value) Sets the value of the unit property.
-
Constructor Details
-
MemoryCharacteristics1
public MemoryCharacteristics1()
-
-
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
-
getTtlSz
Gets the value of the ttlSz property.- Returns:
- possible object is
BigDecimal
-
setTtlSz
Sets the value of the ttlSz property.- Parameters:
value
- allowed object isBigDecimal
-
getFreeSz
Gets the value of the freeSz property.- Returns:
- possible object is
BigDecimal
-
setFreeSz
Sets the value of the freeSz property.- Parameters:
value
- allowed object isBigDecimal
-
getUnit
Gets the value of the unit property.- Returns:
- possible object is
MemoryUnit1Code
-
setUnit
Sets the value of the unit property.- Parameters:
value
- allowed object isMemoryUnit1Code
-