|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.vmguys.vmtools.ota.UniqueId
This class represents the UniqueId element used in some OTA messages.
| Constructor Summary | |
UniqueId()
No-args constructor. |
|
UniqueId(java.lang.String type,
java.lang.String id)
Constructor that sets the mandatory attributes. |
|
UniqueId(java.lang.String url,
java.lang.String type,
java.lang.String id,
java.lang.String instance)
Constructor that sets all attributes. |
|
| Method Summary | |
org.jdom.Element |
asJdomElement()
Creates a UniqueId Element containing the attributes specified in this object. |
java.lang.String |
getId()
Gets the id attribute. |
java.lang.String |
getInstance()
Gets the instance attribute. |
java.lang.String |
getType()
Gets the type attribute. |
java.lang.String |
getUrl()
Gets the url attribute. |
void |
setId(java.lang.String id)
Sets the id attribute. |
void |
setInstance(java.lang.String instance)
Sets the instance attribute. |
void |
setType(java.lang.String type)
Sets the type attribute. |
void |
setUrl(java.lang.String url)
Sets the url attribute. |
java.lang.String |
toString()
Returns a String representation of this unique id. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UniqueId()
public UniqueId(java.lang.String type,
java.lang.String id)
public UniqueId(java.lang.String url,
java.lang.String type,
java.lang.String id,
java.lang.String instance)
| Method Detail |
public void setUrl(java.lang.String url)
public java.lang.String getUrl()
public void setType(java.lang.String type)
public java.lang.String getType()
public void setId(java.lang.String id)
public java.lang.String getId()
public void setInstance(java.lang.String instance)
public java.lang.String getInstance()
public org.jdom.Element asJdomElement()
throws org.jdom.JDOMException
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||