SAP CC 3.0 BART API

com.highdeal.bart.hci
Class SearchCDROp

java.lang.Object
  extended by com.highdeal.bart.hci.SearchCDROp

public class SearchCDROp
extends java.lang.Object

The search cdr operation allows to retrieve any cdr using a CDRSearchFilterModel to build search criterias.


XML Schema Fragment
<xs:element name="searchCDR">
   <xs:complexType>
     <xs:sequence>
       <xs:element ref="cdrSearchFilter" minOccurs="1" maxOccurs="1"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

Constructor Summary
SearchCDROp()
          Builds an empty SearchCDROp.
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable child)
           
 CDRSearchFilterModel getFilter()
          Gets the cdr filter.
 java.lang.String getName()
          Gets the name.
 void marshal(XMLOutputter output)
           
 void setAttributes(XMLAttributes atts)
           
 void setFilter(CDRSearchFilterModel filter)
          Sets the cdr filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchCDROp

public SearchCDROp()
Builds an empty SearchCDROp.

Method Detail

getName

public java.lang.String getName()
Gets the name.

Returns:
the name.

getFilter

public CDRSearchFilterModel getFilter()
Gets the cdr filter.

Returns:
the filter to apply.

setFilter

public void setFilter(CDRSearchFilterModel filter)
Sets the cdr filter.

Parameters:
filter - the filter to apply.

setAttributes

public void setAttributes(XMLAttributes atts)

addCharacterData

public void addCharacterData(java.lang.String cData)

addChild

public void addChild(java.lang.String tagName,
                     XMLMarshallable child)

marshal

public void marshal(XMLOutputter output)

SAP CC 3.0 BART API

(c) Copyright 2011 SAP AG. All rights reserved. SAP Convergent Charging 3.0