oracle.syndication.ice.payload
Class Ice_contact
java.lang.Object
|
+--oracle.xml.classgen.CGNode
|
+--oracle.syndication.ice.payload.Ice_contact
- public class Ice_contact
- extends oracle.xml.classgen.CGNode
- implements Printable
The Node Class representing the ice-contact element
within an ice-response element in an ICE payload
The attributes allowed under this element include the following:
- description
- name
- url: Semantics changed to be the person's email
- Since:
- 9.0.0.0.0 Beta
Type | Method |
java.lang.String |
getContactDescription()
Returns the description of the contact |
java.lang.String |
getContactEmailId()
Returns the Email Id of the contact |
java.lang.String |
getContactName()
Returns the name of the contact |
Ice_payload |
getDocument()
Get the owning document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Prints the ice-contact node with a specific prefix into
the specified writer. |
Methods inherited from class oracle.xml.classgen.CGNode |
setDocument |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
getContactDescription
public java.lang.String getContactDescription()
- Returns the description of the contact
getContactName
public java.lang.String getContactName()
- Returns the name of the contact
getContactEmailId
public java.lang.String getContactEmailId()
- Returns the Email Id of the contact
getDTDNode
public oracle.xml.parser.v2.DTD getDTDNode()
- Returns the Ice_payload DTD
- Returns:
- The DTD of the Ice_payload that owns this node.
- See Also:
DTD
getDocument
public Ice_payload getDocument()
- Get the owning document Class
Ice_payload
- Returns:
- The ice-payload document that owns this node.
print
public void print(java.lang.String szSpace,
java.io.Writer wrt)
throws java.io.IOException
- Prints the ice-contact node with a specific prefix into
the specified writer.
- Specified by:
- print in interface Printable