Uses of Class
com.sun.xml.ws.rm.protocol.wsrm200502.Expires

Packages that use Expires
com.sun.xml.ws.rm.protocol.wsrm200502   
 

Uses of Expires in com.sun.xml.ws.rm.protocol.wsrm200502
 

Fields in com.sun.xml.ws.rm.protocol.wsrm200502 declared as Expires
protected  Expires CreateSequenceElement.expires
           
protected  Expires CreateSequenceResponseElement.expires
           
protected  Expires OfferType.expires
           
 

Methods in com.sun.xml.ws.rm.protocol.wsrm200502 that return Expires
 Expires CreateSequenceElement.getExpires()
          Gets the value of the expires property.
 Expires CreateSequenceResponseElement.getExpires()
          Gets the value of the expires property.
 Expires OfferType.getExpires()
          Gets the value of the expires property.
 

Methods in com.sun.xml.ws.rm.protocol.wsrm200502 with parameters of type Expires
 void CreateSequenceElement.setExpires(Expires value)
          Sets the value of the expires property.
 void CreateSequenceResponseElement.setExpires(Expires value)
          Sets the value of the expires property.
 void OfferType.setExpires(Expires value)
          Sets the value of the expires property.