public interface LocationType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
LocationType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheControl()
Gets the "cache-control" element
|
String |
getPatterns()
Gets the "patterns" element
|
void |
setCacheControl(String cacheControl)
Sets the "cache-control" element
|
void |
setPatterns(String patterns)
Sets the "patterns" element
|
CacheControlString |
xgetCacheControl()
Gets (as xml) the "cache-control" element
|
CollapsedString |
xgetPatterns()
Gets (as xml) the "patterns" element
|
void |
xsetCacheControl(CacheControlString cacheControl)
Sets (as xml) the "cache-control" element
|
void |
xsetPatterns(CollapsedString patterns)
Sets (as xml) the "patterns" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getPatterns()
CollapsedString xgetPatterns()
void setPatterns(String patterns)
void xsetPatterns(CollapsedString patterns)
String getCacheControl()
CacheControlString xgetCacheControl()
void setCacheControl(String cacheControl)
void xsetCacheControl(CacheControlString cacheControl)
Copyright © 2014–2016. All rights reserved.