Class MemoryCharacteristics1
java.lang.Object
org.coderic.iso20022.messages.caaa.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:caaa.027.001.01}Max35Text"/>
<element name="TtlSz" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}DecimalNumber"/>
<element name="FreeSz" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}DecimalNumber"/>
<element name="Unit" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}MemoryUnit1Code"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
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.voidsetFreeSz(BigDecimal value) Sets the value of the freeSz property.voidSets the value of the id property.voidsetTtlSz(BigDecimal value) Sets the value of the ttlSz property.voidsetUnit(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
-