Package com.lampa.smi.dtoV1
Class IbmnpuType
- java.lang.Object
-
- com.lampa.smi.dtoV1.IbmnpuType
-
public class IbmnpuType extends java.lang.Object
Java class for ibmnpuType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ibmnpuType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relaxed_ordering_mode" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description IbmnpuType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRelaxedOrderingMode()
Gets the value of the relaxedOrderingMode property.void
setRelaxedOrderingMode(java.lang.String value)
Sets the value of the relaxedOrderingMode property.
-
-
-
Method Detail
-
getRelaxedOrderingMode
public java.lang.String getRelaxedOrderingMode()
Gets the value of the relaxedOrderingMode property.- Returns:
- possible object is
String
-
setRelaxedOrderingMode
public void setRelaxedOrderingMode(java.lang.String value)
Sets the value of the relaxedOrderingMode property.- Parameters:
value
- allowed object isString
-
-