|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.classgen.CGNode | +--oracle.syndication.ice.payload.Ice_subscription
The Node Class representing the ice-subscription element within an ice-response in an ICE payload. The attributes allowed under this element include the following:
current-state
expiration-date
expiration-priority
quantity-remaining
subscription-id
Ice_offer
(1 or more, heterogenity supported )
Field Summary |
Type | Field |
---|---|
static int |
EXPIRATION_PRIORITY_FIRST
Constant for enumerated value first for
Attribute expiration-priority |
static int |
EXPIRATION_PRIORITY_LAST
Constant for enumerated value last for
Attribute expiration-priority |
Method Summary |
Type | Method |
---|---|
java.lang.String |
getCurrentState()
Returns the current state of the subscription |
Ice_payload |
getDocument()
Get Document Class Ice_payload |
oracle.xml.parser.v2.DTD |
getDTDNode()
Returns the Ice_payload DTD |
java.lang.String |
getExprDate()
Returns the expiration date of the subscription |
java.lang.String |
getExprPrio()
Returns the expiration priority of the subscription |
Ice_offer |
getOfferSubscribeTo()
Returns the offer that is being subscribed to |
int |
getQuantityRemn()
Return the number of offers that are remaining |
java.lang.String |
getSubscriptionId()
Returns the subscription identifier |
void |
print(java.lang.String szSpace,
java.io.Writer wrt)
Prints the ice-subscription 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 |
Field Detail |
public static final int EXPIRATION_PRIORITY_FIRST
first
for
Attribute expiration-priority
public static final int EXPIRATION_PRIORITY_LAST
last
for
Attribute expiration-priority
Method Detail |
public java.lang.String getSubscriptionId()
public java.lang.String getCurrentState()
public java.lang.String getExprDate()
public java.lang.String getExprPrio()
public Ice_offer getOfferSubscribeTo()
public int getQuantityRemn()
public oracle.xml.parser.v2.DTD getDTDNode()
DTD
public Ice_payload getDocument()
Ice_payload
Ice_payload
classpublic void print(java.lang.String szSpace, java.io.Writer wrt) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |