|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbbc.rd.tvanytime.creditsInformation.PersonName
public class PersonName
Represents a TV-Anytime PersonName object.
| Constructor Summary | |
|---|---|
PersonName()
Constructor. |
|
PersonName(Name givenName)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clones itself. |
Name |
getFamilyName()
Get family name of person. |
Name |
getGivenName()
Get given name of person. |
java.lang.String |
getName()
Returns whole name. |
void |
setFamilyName(Name familyName)
Set family name of person. |
void |
setGivenName(Name givenName)
Set given name of person. |
java.lang.String |
toString()
toString - returns a String representation of this object with the specified number of tab indentations |
java.lang.String |
toString(int indent)
toString - returns a String representation of this object with the specified number of tab indentations |
java.lang.String |
toXML()
Returns a XML representation of this object with the specified number of tab indentations |
java.lang.String |
toXML(int indent)
Returns a XML representation of this object with the specified number of tab indentations |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PersonName()
public PersonName(Name givenName)
givenName - Given name of person.| Method Detail |
|---|
public java.lang.String getName()
public void setGivenName(Name givenName)
givenName - Given name of person.public Name getGivenName()
public void setFamilyName(Name familyName)
familyName - Family name of person.public Name getFamilyName()
public java.lang.String toXML(int indent)
public java.lang.String toXML()
public java.lang.String toString(int indent)
public java.lang.String toString()
toString in class java.lang.Objectpublic 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 | ||||||||