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>
Modifier and Type | Field and Description |
---|---|
protected Duration |
max |
protected Duration |
min |
Constructor and Description |
---|
SubscriptionManager.Expires() |
public Duration getMin()
Duration
public void setMin(Duration value)
value
- allowed object is
Duration
public Duration getMax()
Duration
Apache CXF