Package org.lfenergy.shapeshifter.api
Class FlexOrderStatusType
java.lang.Object
org.lfenergy.shapeshifter.api.FlexOrderStatusType
- All Implemented Interfaces:
Serializable
Java class for FlexOrderStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlexOrderStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="FlexOrderMessageID" use="required" type="{}UUIDType" />
<attribute name="IsValidated" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the flexOrderMessageID property.booleanGets the value of the isValidated property.voidsetFlexOrderMessageID(String value) Sets the value of the flexOrderMessageID property.voidsetIsValidated(boolean value) Sets the value of the isValidated property.
-
Field Details
-
flexOrderMessageID
-
isValidated
protected boolean isValidated
-
-
Constructor Details
-
FlexOrderStatusType
public FlexOrderStatusType()
-
-
Method Details
-
getFlexOrderMessageID
Gets the value of the flexOrderMessageID property.- Returns:
- possible object is
String
-
setFlexOrderMessageID
Sets the value of the flexOrderMessageID property.- Parameters:
value- allowed object isString
-
isIsValidated
public boolean isIsValidated()Gets the value of the isValidated property. -
setIsValidated
public void setIsValidated(boolean value) Sets the value of the isValidated property.
-