|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.ws.eventing.SubscriptionManager.Expires
public static class SubscriptionManager.Expires
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>
Field Summary | |
---|---|
protected Duration |
max
|
protected Duration |
min
|
Constructor Summary | |
---|---|
SubscriptionManager.Expires()
|
Method Summary | |
---|---|
Duration |
getMax()
Gets the value of the max property. |
Duration |
getMin()
Gets the value of the min property. |
void |
setMax(Duration value)
Sets the value of the max property. |
void |
setMin(Duration value)
Sets the value of the min property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Duration min
protected Duration max
Constructor Detail |
---|
public SubscriptionManager.Expires()
Method Detail |
---|
public Duration getMin()
Duration
public void setMin(Duration value)
value
- allowed object is
Duration
public Duration getMax()
Duration
public void setMax(Duration value)
value
- allowed object is
Duration
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |