OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.server.cp.message
Interface CPPackage

All Superinterfaces:
CPPackageItemContainer

public interface CPPackage
extends CPPackageItemContainer

Provides accessors for cp package

Since:
9.0.4

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

getName

public java.lang.String getName()
Returns the name of the cp package

getActivation

public ISODateTime getActivation()
Returns the activation date of the cp package

getExclusion

public java.lang.String getExclusion()
returns the exclusionary clauses of the cp package

getExpiration

public ISODateTime getExpiration()
returns the expiration date of the cp package

getNewState

public java.lang.String getNewState()
returns the new state of the cp package

getOldState

public java.lang.String getOldState()
returns the old state of the cp package

hasShowCredit

public boolean hasShowCredit()
returns true if show-credit atrribute of the cp package is set

isAtomic

public boolean isAtomic()
returns true if the is-atomic atrribute of the cp package is set

isEditable

public boolean isEditable()
returns true if the editable atrribute of the cp package is set

isFullUpdate

public boolean isFullUpdate()
returns true if the full-update attribute of the cp package is set

getXMLLang

public java.lang.String getXMLLang()
returns the xml lang of the cp package

setName

public void setName(java.lang.String name)
Sets the name of the cp package
Parameters:
name, - the name of the cp package

setActivation

public void setActivation(ISODateTime activation)
Sets the activation of the cp package
Parameters:
activation, - the activation date of the cp package

setAtomic

public void setAtomic(boolean bIsAtomic)
Sets the is-atomic attribute of the cp package
Parameters:
bIsAtomic, - value of is-atomic attribute of the cp package

setEditable

public void setEditable(boolean bEditable)
Sets the cp package editable attribute
Parameters:
bEditable, - value of editable attribute of the cp package

setExclusion

public void setExclusion(java.lang.String exclusion)
Sets the exclusionary clauses of the cp package
Parameters:
exclusion, - exclusionary clauses of the cp package

setExpiration

public void setExpiration(ISODateTime expiration)
Sets the expiration date of the cp package
Parameters:
expriration, - the expiration date of the cp package

setFullUpdate

public void setFullUpdate(boolean bFullUpdate)
Sets the full-update attribute of the cp package
Parameters:
bFullUpdate, - the full-update attribute of the cp package

setNewState

public void setNewState(java.lang.String newState)
Sets the new state of the cp package
Parameters:
newState, - the new state of the cp package

setOldState

public void setOldState(java.lang.String oldState)
Sets the old state of the cp package
Parameters:
oldState, - the old state of the cp package

setShowCredit

public void setShowCredit(boolean bShowCredit)
Sets the show-credit attribute of the cp package
Parameters:
bShowCredit, - the show-credit attribute of the cp package

setXMLLang

public void setXMLLang(java.lang.String xmlLang)
Sets the XML language of the cp package
Parameters:
xmlLang, - the XML language of the cp package

Copyright © 2001, 2003, Oracle. All rights reserved.

Copyright © 2001, 2003, Oracle. All rights reserved.