@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:54:40+02:00", comments="JAXB RI v2.2.11") public class Cache extends Object implements Serializable
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 and Description |
|---|
Cache() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void setKey(Key value)
value - allowed object is
Keypublic Expiry getExpiry()
Expirypublic void setExpiry(Expiry value)
value - allowed object is
Expirypublic String getStrategy()
String
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.