public static class OrderPatch.Member extends java.lang.Object implements XmlSerializable
Member
represents the 'Order-Member' children
elements of an 'OrderPatch' request body present in the ORDERPATCH request.Constructor and Description |
---|
Member(java.lang.String memberHandle,
Position position)
Create a new
Member object. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMemberHandle()
Return the handle of the internal member to be reordered.
|
Position |
getPosition()
Return the position where the internal member identified by the
member handle should be placed.
|
org.w3c.dom.Element |
toXml(org.w3c.dom.Document document)
Returns the xml representation of the implementing object as
Element . |
public Member(java.lang.String memberHandle, Position position)
Member
object.memberHandle
- position
- public java.lang.String getMemberHandle()
public Position getPosition()
getMemberHandle()
public org.w3c.dom.Element toXml(org.w3c.dom.Document document)
XmlSerializable
Element
. The given Document
is used
as factory and represents the owner document
of the returned DOM element.toXml
in interface XmlSerializable
document
- to be used as factory.XmlSerializable.toXml(Document)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"