public interface CrossSiteConstraintType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CrossSiteConstraintType.AllowOrigin
An XML allow-origin(@http://xmlns.kaazing.org/2015/11/gateway).
|
static class |
CrossSiteConstraintType.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 |
getAllowHeaders()
Gets the "allow-headers" element
|
String |
getAllowMethods()
Gets the "allow-methods" element
|
Object |
getAllowOrigin()
Gets the "allow-origin" element
|
BigInteger |
getMaximumAge()
Gets the "maximum-age" element
|
boolean |
isSetAllowHeaders()
True if has "allow-headers" element
|
boolean |
isSetAllowMethods()
True if has "allow-methods" element
|
boolean |
isSetMaximumAge()
True if has "maximum-age" element
|
void |
setAllowHeaders(String allowHeaders)
Sets the "allow-headers" element
|
void |
setAllowMethods(String allowMethods)
Sets the "allow-methods" element
|
void |
setAllowOrigin(Object allowOrigin)
Sets the "allow-origin" element
|
void |
setMaximumAge(BigInteger maximumAge)
Sets the "maximum-age" element
|
void |
unsetAllowHeaders()
Unsets the "allow-headers" element
|
void |
unsetAllowMethods()
Unsets the "allow-methods" element
|
void |
unsetMaximumAge()
Unsets the "maximum-age" element
|
CSVType |
xgetAllowHeaders()
Gets (as xml) the "allow-headers" element
|
CSVType |
xgetAllowMethods()
Gets (as xml) the "allow-methods" element
|
CrossSiteConstraintType.AllowOrigin |
xgetAllowOrigin()
Gets (as xml) the "allow-origin" element
|
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetMaximumAge()
Gets (as xml) the "maximum-age" element
|
void |
xsetAllowHeaders(CSVType allowHeaders)
Sets (as xml) the "allow-headers" element
|
void |
xsetAllowMethods(CSVType allowMethods)
Sets (as xml) the "allow-methods" element
|
void |
xsetAllowOrigin(CrossSiteConstraintType.AllowOrigin allowOrigin)
Sets (as xml) the "allow-origin" element
|
void |
xsetMaximumAge(org.apache.xmlbeans.XmlNonNegativeInteger maximumAge)
Sets (as xml) the "maximum-age" 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, xmlTextObject getAllowOrigin()
CrossSiteConstraintType.AllowOrigin xgetAllowOrigin()
void setAllowOrigin(Object allowOrigin)
void xsetAllowOrigin(CrossSiteConstraintType.AllowOrigin allowOrigin)
String getAllowMethods()
CSVType xgetAllowMethods()
boolean isSetAllowMethods()
void setAllowMethods(String allowMethods)
void xsetAllowMethods(CSVType allowMethods)
void unsetAllowMethods()
String getAllowHeaders()
CSVType xgetAllowHeaders()
boolean isSetAllowHeaders()
void setAllowHeaders(String allowHeaders)
void xsetAllowHeaders(CSVType allowHeaders)
void unsetAllowHeaders()
BigInteger getMaximumAge()
org.apache.xmlbeans.XmlNonNegativeInteger xgetMaximumAge()
boolean isSetMaximumAge()
void setMaximumAge(BigInteger maximumAge)
void xsetMaximumAge(org.apache.xmlbeans.XmlNonNegativeInteger maximumAge)
void unsetMaximumAge()
Copyright © 2014–2016. All rights reserved.