|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.bea.wcp.diameter.sh.RepositoryData
public class RepositoryData
Represents Sh repository data. Can be used to parse repository data from a Document object as well as create new repository data.
| Constructor Summary | |
|---|---|
RepositoryData(Document doc)Parse RepositoryData from the specified profile document. |
|
RepositoryData(String serviceIndication)Creates new empty RepositoryData for the specified service indication. |
|
| Method Summary | |
|---|---|
Document |
getDocument()Returns this repository data as an XML Document. |
int |
getSequenceNumber()Returns the sequence number for this repository data. |
Element |
getServiceData()Returns the Element representing this repository data's service data. |
String |
getServiceIndication()Returns the service indication for this repository data. |
void |
removeServiceData()Removes the service data for this repository data. |
void |
setServiceData(Element newData)Sets the service data for this repository data. |
String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RepositoryData(String serviceIndication)
serviceIndication - the service indication stringpublic RepositoryData(Document doc)
doc - the profile XML document| Method Detail |
|---|
public Document getDocument()
public String getServiceIndication()
public int getSequenceNumber()
public Element getServiceData()
public void setServiceData(Element newData)
newData - the new service datapublic void removeServiceData()
public String toString()
toString in class Object
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.