public class DeleteExportableItemMappingOp extends java.lang.Object implements MessageOperation
charged item class, the refill record class
and the exportable item mapping must not be deleted if some related charged items or refill records are still waiting to be bulk loaded by the system. DeleteExportableItemMappingResult The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="deleteExportableItemMapping">
<xs:complexType>
<xs:attribute name="externalSystemCode" type="xs:string"/>
<xs:attribute name="citcCode" type="xs:string"/>
<xs:attribute name="reference" type="xs:string"/>
<xs:attribute name="ignoreDoesNotExist" type="xs:boolean" use="optional" default="false" />
</xs:complexType>
</xs:element>
You can send this operation request in HCI messages to the following final target types of instances in the connected SAP CC system:
| Edition | Final Target Instances | |||||
| rater | updater | guider | bulkLoader | taxer | dispatcher | |
| charge | No | Yes | No | No | No | No |
This operation is audited by the system as part of the audit domain: CATALOG. Consult the IT administrator.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OPERATION_NAME
The XML tag for the operation.
|
| Constructor and Description |
|---|
DeleteExportableItemMappingOp()
Builds an empty operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addCharacterData(java.lang.String cData)
Adds character data to the content element.
|
void |
addChild(java.lang.String tagName,
XMLMarshallable child)
Adds a child to the object, the
child representing
the marshallable object which must be added to the element. |
java.lang.String |
getCitcCode()
Returns the externalSystemCode of charged item class.
|
java.lang.String |
getExternalSystemCode()
Returns the externalSystemCode of the exportable item mapping to be deleted.
|
java.lang.String |
getName()
Returns the name of the operation, that is "deleteExportableItemMapping".
|
java.lang.String |
getReference()
Returns the reference of the exportable item mapping to be deleted.
|
boolean |
isIgnoreDoesNotExist()
Returns whether the operation ignores errors of type
InvalidDeletionException.DOES_NOT_EXIST. |
void |
marshal(XMLOutputter output)
Gives an XML representation of this object, including its children.
|
void |
setAttributes(XMLAttributes atts)
Sets the attributes of the XML representation of the element being
processed.
|
void |
setCitcCode(java.lang.String citcCode)
Sets the externalSystemCode of the charged item class.
|
void |
setExternalSystemCode(java.lang.String externalSystemCode)
Sets the externalSystemCode of the exportable item mapping to be deleted.
|
void |
setIgnoreDoesNotExist(boolean ignoreDoesNotExist)
Sets whether the operation ignores errors of type
InvalidDeletionException.DOES_NOT_EXIST. |
void |
setReference(java.lang.String ref)
Sets the reference of the exportable item mapping to be deleted.
|
public static final java.lang.String OPERATION_NAME
public DeleteExportableItemMappingOp()
public java.lang.String getName()
getName in interface MessageOperationpublic java.lang.String getReference()
public void setReference(java.lang.String ref)
ref - the reference of the exportable item mapping to be deleted.public java.lang.String getExternalSystemCode()
public void setExternalSystemCode(java.lang.String externalSystemCode)
externalSystemCode - the externalSystemCode of the exportable item mapping to be deleted.public java.lang.String getCitcCode()
public void setCitcCode(java.lang.String citcCode)
citcCode - the externalSystemCode of the charged item class.public boolean isIgnoreDoesNotExist()
InvalidDeletionException.DOES_NOT_EXIST.InvalidDeletionException.DOES_NOT_EXISTpublic void setIgnoreDoesNotExist(boolean ignoreDoesNotExist)
InvalidDeletionException.DOES_NOT_EXIST.ignoreDoesNotExist - Whether the operation ignores errors of type InvalidDeletionException.DOES_NOT_EXISTpublic void setAttributes(XMLAttributes atts)
XMLMarshallablesetAttributes in interface XMLMarshallableatts - The XML attributes of the current elementpublic void addCharacterData(java.lang.String cData)
XMLMarshallableaddCharacterData in interface XMLMarshallablecData - The character data to be addedpublic void addChild(java.lang.String tagName,
XMLMarshallable child)
XMLMarshallablechild representing
the marshallable object which must be added to the element.addChild in interface XMLMarshallabletagName - The name of tag for the childchild - The child to be addedpublic void marshal(XMLOutputter output)
XMLMarshallablemarshal in interface XMLMarshallableoutput - The XML output to marshal the object into