public class SearchReratingInfosFromChargingContractResult extends java.lang.Object implements OperationResult
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>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESULT_NAME
The XML tag name of the service operation result: "searchReratingInfosFromChargingContractResult"
|
| Constructor and Description |
|---|
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.
|
| 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 |
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) |
public static final java.lang.String RESULT_NAME
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 reratingpublic 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)
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