Class OrderPriority1
java.lang.Object
org.coderic.iso20022.messages.auth.OrderPriority1
Java class for OrderPriority1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderPriority1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TmStmp" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}ISODateTime" minOccurs="0"/> <element name="Sz" type="{urn:iso:std:iso:20022:tech:xsd:auth.113.001.01}PositiveNumber" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetSz()
Gets the value of the sz property.Gets the value of the tmStmp property.void
setSz
(BigDecimal value) Sets the value of the sz property.void
setTmStmp
(XMLGregorianCalendar value) Sets the value of the tmStmp property.
-
Constructor Details
-
OrderPriority1
public OrderPriority1()
-
-
Method Details
-
getTmStmp
Gets the value of the tmStmp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTmStmp
Sets the value of the tmStmp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getSz
Gets the value of the sz property.- Returns:
- possible object is
BigDecimal
-
setSz
Sets the value of the sz property.- Parameters:
value
- allowed object isBigDecimal
-