Package org.cxml
Class OrderMethod
- java.lang.Object
-
- org.cxml.OrderMethod
-
public class OrderMethod extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringorderProtocolprotected OrderTargetorderTarget
-
Constructor Summary
Constructors Constructor Description OrderMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOrderProtocol()Gets the value of the orderProtocol property.OrderTargetgetOrderTarget()Gets the value of the orderTarget property.voidsetOrderProtocol(java.lang.String value)Sets the value of the orderProtocol property.voidsetOrderTarget(OrderTarget value)Sets the value of the orderTarget property.
-
-
-
Field Detail
-
orderTarget
protected OrderTarget orderTarget
-
orderProtocol
protected java.lang.String orderProtocol
-
-
Method Detail
-
getOrderTarget
public OrderTarget getOrderTarget()
Gets the value of the orderTarget property.- Returns:
- possible object is
OrderTarget
-
setOrderTarget
public void setOrderTarget(OrderTarget value)
Sets the value of the orderTarget property.- Parameters:
value- allowed object isOrderTarget
-
getOrderProtocol
public java.lang.String getOrderProtocol()
Gets the value of the orderProtocol property.- Returns:
- possible object is
String
-
setOrderProtocol
public void setOrderProtocol(java.lang.String value)
Sets the value of the orderProtocol property.- Parameters:
value- allowed object isString
-
-