|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.bcp.protocol.v2.Cache
@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:44:37+02:00", comments="JAXB RI v2.3.6") public class Cache
Java class for CacheType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CacheType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Key"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="Tranform" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="xslt"/> </restriction> </simpleType> </attribute> <attribute name="Inline" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </simpleContent> </complexType> </element> <element name="Expiry"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="Type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="none"/> <enumeration value="ttl"/> </restriction> </simpleType> </attribute> <attribute name="Duration" type="{http://www.w3.org/2001/XMLSchema}duration" /> </extension> </simpleContent> </complexType> </element> </sequence> <attribute name="Strategy" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ENDPOINT_FIRST"/> <enumeration value="CACHE_FIRST"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Cache()
|
Method Summary | |
---|---|
Expiry |
getExpiry()
Gets the value of the expiry property. |
Key |
getKey()
Gets the value of the key property. |
String |
getStrategy()
Gets the value of the strategy property. |
void |
setExpiry(Expiry value)
Sets the value of the expiry property. |
void |
setKey(Key value)
Sets the value of the key property. |
void |
setStrategy(String value)
Sets the value of the strategy property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cache()
Method Detail |
---|
public Key getKey()
Key
public void setKey(Key value)
value
- allowed object is
Key
public Expiry getExpiry()
Expiry
public void setExpiry(Expiry value)
value
- allowed object is
Expiry
public String getStrategy()
String
public void setStrategy(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |