Uses of Class
org.apache.cxf.ws.rm.v200502.Expires
-
Packages that use Expires Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.v200502 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Expires in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm with parameters of type Expires Modifier and Type Method Description static Expires
VersionTransformer. convert(Expires exposed)
Convert 200502 Expires with 200408 WS-Addressing namespace to internal form. -
Uses of Expires in org.apache.cxf.ws.rm.v200502
Fields in org.apache.cxf.ws.rm.v200502 declared as Expires Modifier and Type Field Description protected Expires
CreateSequenceResponseType. expires
protected Expires
CreateSequenceType. expires
protected Expires
OfferType. expires
Methods in org.apache.cxf.ws.rm.v200502 that return Expires Modifier and Type Method Description Expires
ObjectFactory. createExpires()
Create an instance ofExpires
Expires
CreateSequenceResponseType. getExpires()
Gets the value of the expires property.Expires
CreateSequenceType. getExpires()
Gets the value of the expires property.Expires
OfferType. getExpires()
Gets the value of the expires property.Methods in org.apache.cxf.ws.rm.v200502 with parameters of type Expires Modifier and Type Method Description 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
OfferType. setExpires(Expires value)
Sets the value of the expires property.
-