Package org.apache.cxf.ws.eventing
Class SubscriptionManager.Expires
- java.lang.Object
-
- org.apache.cxf.ws.eventing.SubscriptionManager.Expires
-
- Enclosing class:
- SubscriptionManager
public static class SubscriptionManager.Expires extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}duration" /> <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}duration" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Expires()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetMax()Gets the value of the max property.DurationgetMin()Gets the value of the min property.voidsetMax(Duration value)Sets the value of the max property.voidsetMin(Duration value)Sets the value of the min property.
-
-
-
Method Detail
-
setMin
public void setMin(Duration value)
Sets the value of the min property.- Parameters:
value- allowed object isDuration
-
setMax
public void setMax(Duration value)
Sets the value of the max property.- Parameters:
value- allowed object isDuration
-
getMin
public Duration getMin()
Gets the value of the min property.
-
getMax
public Duration getMax()
Gets the value of the max property.
-
-