|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.contract.hci.SearchReratingInfosFromChargingContractResult
public class SearchReratingInfosFromChargingContractResult
This class represents the result of the Search Rerating Infos From Charging Contract operation.
SearchReratingInfosFromChargingContractOp The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="searchReratingInfosFromChargingContractResult">
<xs:complexType>
<xs:attribute name="chargingContractId" type="xs:string"/>
<xs:attribute name="batchRatingGroupCode" type="xs:string"/>
<xs:attribute name="reratingLockCode" type="xs:string"/>
<xs:attribute name="reratingLastCode" type="xs:string"/>
<xs:attribute name="reratingLastStatus" type="ReratingLastStatusType"/>
<xs:attribute name="reratingSuggestedDate" type="xs:dateTime"/>
</xs:complexType>
</xs:element>
| Field Summary | |
|---|---|
static java.lang.String |
RESULT_NAME
The XML tag name of the service operation result: "searchReratingInfosFromChargingContractResult" |
| Constructor Summary | |
|---|---|
SearchReratingInfosFromChargingContractResult()
Builds an empty operation result. |
|
SearchReratingInfosFromChargingContractResult(java.lang.String chargingContractId,
java.lang.String batchRatingGroupCode,
java.lang.String reratingLockCode,
java.lang.String reratingLastCode,
ReratingStatus reratingLastStatus,
java.util.Date reratingSuggestedDate)
Builds a complete operation result. |
|
| Method Summary | |
|---|---|
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 |
getBatchRatingGroupCode()
Returns the batch rating group code that contract has registered to. |
java.lang.String |
getChargingContractId()
|
java.lang.String |
getOperandReference()
Gets the code or the reference (if no code exists) that identifies the operand of the operation request; If the operation is not auditable, the operand reference is null. |
java.lang.String |
getReratingLastCode()
|
ReratingStatus |
getReratingLastStatus()
|
java.lang.String |
getReratingLockCode()
|
java.util.Date |
getReratingSuggestedDate()
|
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 |
setBatchRatingGroupCode(java.lang.String batchRatingGroupCode)
Sets the batch rating group code that contract must registered to. |
void |
setChargingContractId(java.lang.String chargingContractId)
|
void |
setReratingLastCode(java.lang.String reratingLastCode)
|
void |
setReratingLastStatus(ReratingStatus reratingLastStatus)
|
void |
setReratingLockCode(java.lang.String reratingLockCode)
|
void |
setReratingSuggestedDate(java.util.Date reratingSuggestedDate)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String RESULT_NAME
| Constructor Detail |
|---|
public SearchReratingInfosFromChargingContractResult()
public SearchReratingInfosFromChargingContractResult(java.lang.String chargingContractId,
java.lang.String batchRatingGroupCode,
java.lang.String reratingLockCode,
java.lang.String reratingLastCode,
ReratingStatus reratingLastStatus,
java.util.Date reratingSuggestedDate)
chargingContractId - The ID of the charging contractbatchRatingGroupCode - The code of the batch rating groupreratingLockCode - The lock code of the current reratingreratingLastCode - The lock code of the last reratingreratingLastStatus - The status of the last reratingreratingSuggestedDate - The suggested date of the last rerating| Method Detail |
|---|
public java.lang.String getOperandReference()
OperationResultnull.
getOperandReference in interface OperationResultpublic java.lang.String getChargingContractId()
public void setChargingContractId(java.lang.String chargingContractId)
chargingContractId - The chargingContractId to setpublic java.lang.String getReratingLockCode()
public void setReratingLockCode(java.lang.String reratingLockCode)
reratingLockCode - The rerating lock code to setpublic java.lang.String getBatchRatingGroupCode()
public void setBatchRatingGroupCode(java.lang.String batchRatingGroupCode)
batchRatingGroupCode - The batch rating group codepublic java.lang.String getReratingLastCode()
public void setReratingLastCode(java.lang.String reratingLastCode)
reratingLastCode - The reratingLastCode to setpublic ReratingStatus getReratingLastStatus()
public void setReratingLastStatus(ReratingStatus reratingLastStatus)
reratingLastStatus - The reratingLastStatus to setpublic java.util.Date getReratingSuggestedDate()
public void setReratingSuggestedDate(java.util.Date reratingSuggestedDate)
reratingSuggestedDate - The reratingSuggestedDate to setpublic void setAttributes(XMLAttributes atts)
XMLMarshallable
setAttributes in interface XMLMarshallableatts - The XML attributes of the current elementpublic void addCharacterData(java.lang.String cData)
XMLMarshallable
addCharacterData in interface XMLMarshallablecData - The character data to be added
public 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)
XMLMarshallable
marshal in interface XMLMarshallableoutput - The XML output to marshal the object into
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||