|
OracleAS Syndication Services API Reference 10g (9.0.4) Part No. B10399-01 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides accessors for cp package
Method Summary | |
ISODateTime |
getActivation() Returns the activation date of the cp package |
java.lang.String |
getExclusion() returns the exclusionary clauses of the cp package |
ISODateTime |
getExpiration() returns the expiration date of the cp package |
java.lang.String |
getName() Returns the name of the cp package |
java.lang.String |
getNewState() returns the new state of the cp package |
java.lang.String |
getOldState() returns the old state of the cp package |
java.lang.String |
getXMLLang() returns the xml lang of the cp package |
boolean |
hasShowCredit() returns true if show-credit atrribute of the cp package is set |
boolean |
isAtomic() returns true if the is-atomic atrribute of the cp package is set |
boolean |
isEditable() returns true if the editable atrribute of the cp package is set |
boolean |
isFullUpdate() returns true if the full-update attribute of the cp package is set |
void |
setActivation(ISODateTime activation) Sets the activation of the cp package |
void |
setAtomic(boolean bIsAtomic) Sets the is-atomic attribute of the cp package |
void |
setEditable(boolean bEditable) Sets the cp package editable attribute |
void |
setExclusion(java.lang.String exclusion) Sets the exclusionary clauses of the cp package |
void |
setExpiration(ISODateTime expiration) Sets the expiration date of the cp package |
void |
setFullUpdate(boolean bFullUpdate) Sets the full-update attribute of the cp package |
void |
setName(java.lang.String name) Sets the name of the cp package |
void |
setNewState(java.lang.String newState) Sets the new state of the cp package |
void |
setOldState(java.lang.String oldState) Sets the old state of the cp package |
void |
setShowCredit(boolean bShowCredit) Sets the show-credit attribute of the cp package |
void |
setXMLLang(java.lang.String xmlLang) Sets the XML language of the cp package |
Methods inherited from interface oracle.syndicate.server.cp.message.CPPackageItemContainer |
addPackageItem, addPackageItem, getPackageItems |
Method Detail |
public java.lang.String getName()
public ISODateTime getActivation()
public java.lang.String getExclusion()
public ISODateTime getExpiration()
public java.lang.String getNewState()
public java.lang.String getOldState()
public boolean hasShowCredit()
public boolean isAtomic()
public boolean isEditable()
public boolean isFullUpdate()
public java.lang.String getXMLLang()
public void setName(java.lang.String name)
name,
- the name of the cp packagepublic void setActivation(ISODateTime activation)
activation,
- the activation date of the cp packagepublic void setAtomic(boolean bIsAtomic)
bIsAtomic,
- value of is-atomic attribute of the cp packagepublic void setEditable(boolean bEditable)
bEditable,
- value of editable attribute of the cp packagepublic void setExclusion(java.lang.String exclusion)
exclusion,
- exclusionary clauses of the cp packagepublic void setExpiration(ISODateTime expiration)
expriration,
- the expiration date of the cp packagepublic void setFullUpdate(boolean bFullUpdate)
bFullUpdate,
- the full-update attribute of the cp packagepublic void setNewState(java.lang.String newState)
newState,
- the new state of the cp packagepublic void setOldState(java.lang.String oldState)
oldState,
- the old state of the cp packagepublic void setShowCredit(boolean bShowCredit)
bShowCredit,
- the show-credit attribute of the cp packagepublic void setXMLLang(java.lang.String xmlLang)
xmlLang,
- the XML language of the cp package
|
Copyright © 2001, 2003, Oracle. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001, 2003, Oracle. All rights reserved.