Uses of Class
org.apache.cxf.ws.rm.Expires

Packages that use Expires
org.apache.cxf.ws.rm   
 

Uses of Expires in org.apache.cxf.ws.rm
 

Fields in org.apache.cxf.ws.rm declared as Expires
protected  Expires OfferType.expires
           
protected  Expires CreateSequenceResponseType.expires
           
protected  Expires CreateSequenceType.expires
           
 

Methods in org.apache.cxf.ws.rm that return Expires
 Expires ObjectFactory.createExpires()
          Create an instance of Expires
 Expires OfferType.getExpires()
          Gets the value of the expires property.
 Expires CreateSequenceResponseType.getExpires()
          Gets the value of the expires property.
 Expires CreateSequenceType.getExpires()
          Gets the value of the expires property.
 

Methods in org.apache.cxf.ws.rm with parameters of type Expires
 void OfferType.setExpires(Expires value)
          Sets the value of the expires property.
 void CreateSequenceResponseType.setExpires(Expires value)
          Sets the value of the expires property.
 void CreateSequenceType.setExpires(Expires value)
          Sets the value of the expires property.
 void SourceSequence.setExpires(Expires ex)
           
 



Apache CXF