|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbbc.rd.tvanytime.InstanceMetadataId
public class InstanceMetadataId
Represents an InstanceMetadataId. This is an optional identifier that shall identify a particular location related to a CRID (i.e. a programme). This identifier shall be unique within the CRID domain
Constructor Summary | |
---|---|
InstanceMetadataId()
Constructor. |
|
InstanceMetadataId(java.lang.String imi)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clones itself. |
boolean |
equals(InstanceMetadataId testIMI)
Are these IMIs equal? |
java.lang.String |
getInstanceMetadataId()
Get the IMI. |
void |
setInstanceMetadataId(java.lang.String imi)
Set the InstanceMetadataId. |
java.lang.String |
toString()
Returns string representation of this object. |
java.lang.String |
toString(int indent)
Returns string representation of this object. |
java.lang.String |
toXML()
Returns XML representation of this object. |
java.lang.String |
toXML(int indent)
Returns XML representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InstanceMetadataId()
public InstanceMetadataId(java.lang.String imi) throws TVAnytimeException
imi
- Instance metadata ID. Should be a URI in the form "imi:"
TVAnytimeException
- thrown when IMI starts with invalid patternMethod Detail |
---|
public boolean equals(InstanceMetadataId testIMI)
testIMI
- The InstanceMetadataID to be compared.
public void setInstanceMetadataId(java.lang.String imi) throws TVAnytimeException
imi
- The IMI as a String
TVAnytimeException
public java.lang.String getInstanceMetadataId()
public java.lang.String toXML()
public java.lang.String toXML(int indent)
indent
- number of tabs to put before the string.
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(int indent)
indent
- number of tabs to put before the string.
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |