Package org.cxml
Class OrderMethod
java.lang.Object
org.cxml.OrderMethod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orderProtocol property.Gets the value of the orderTarget property.voidsetOrderProtocol(String value) Sets the value of the orderProtocol property.voidsetOrderTarget(OrderTarget value) Sets the value of the orderTarget property.
-
Field Details
-
orderTarget
-
orderProtocol
-
-
Constructor Details
-
OrderMethod
public OrderMethod()
-
-
Method Details
-
getOrderTarget
Gets the value of the orderTarget property.- Returns:
- possible object is
OrderTarget
-
setOrderTarget
Sets the value of the orderTarget property.- Parameters:
value- allowed object isOrderTarget
-
getOrderProtocol
Gets the value of the orderProtocol property.- Returns:
- possible object is
String
-
setOrderProtocol
Sets the value of the orderProtocol property.- Parameters:
value- allowed object isString
-