Uses of Interface
org.newsml.toolkit.StatusWillChange

Packages that use StatusWillChange
org.newsml.toolkit Interfaces for Accessing NewsML Information (v2.0) 
org.newsml.toolkit.dom DOM Implementation of the NewsML Interfaces (v2.0) 
 

Uses of StatusWillChange in org.newsml.toolkit
 

Methods in org.newsml.toolkit that return StatusWillChange
 StatusWillChange NewsManagement.getStatusWillChange()
          Get a schedule future status change.
 StatusWillChange NewsMLFactory.createStatusWillChange()
          Create a new, empty StatusWillChange element.
 StatusWillChange NewsMLFactory.createStatusWillChange(StatusWillChange node)
          Copy an existing StatusWillChange element.
 

Methods in org.newsml.toolkit with parameters of type StatusWillChange
 StatusWillChange NewsMLFactory.createStatusWillChange(StatusWillChange node)
          Copy an existing StatusWillChange element.
 

Uses of StatusWillChange in org.newsml.toolkit.dom
 

Methods in org.newsml.toolkit.dom that return StatusWillChange
 StatusWillChange DOMNewsMLFactory.createStatusWillChange()
           
 StatusWillChange DOMNewsMLFactory.createStatusWillChange(StatusWillChange node)
           
 

Methods in org.newsml.toolkit.dom with parameters of type StatusWillChange
 StatusWillChange DOMNewsMLFactory.createStatusWillChange(StatusWillChange node)