|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncml.protocol.Source
public class Source
This class represents to the <Source> s defined by the SyncML representation specifications
Constructor Summary | |
---|---|
Source()
For serialization purposes |
|
Source(java.lang.String locURI)
Creates a new Source object given its URI |
|
Source(java.lang.String locURI,
java.lang.String locName)
Creates a new Source object given its URI and display name. |
Method Summary | |
---|---|
java.lang.String |
getLocName()
Returns the source display name |
java.lang.String |
getLocURI()
Returns the source URI value |
void |
setLocName(java.lang.String locName)
Sets the local name property |
void |
setLocURI(java.lang.String locURI)
Sets the source URI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Source()
public Source(java.lang.String locURI, java.lang.String locName)
locURI
- the source URI - NOT NULLlocName
- the source display name - NULL ALLOWED
java.lang.IllegalArgumentException
- if logURI is null.public Source(java.lang.String locURI)
locURI
- the source URI - NOT NULL
java.lang.IllegalArgumentException
- if logURI is null.Method Detail |
---|
public java.lang.String getLocURI()
public void setLocURI(java.lang.String locURI)
locURI
- the source URI - NOT NULL
java.lang.IllegalArgumentException
- if locURI is nullpublic java.lang.String getLocName()
public void setLocName(java.lang.String locName)
locName
- the local name property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |