public interface RestResourceRepresentationConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RestResourceRepresentationConfig.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 |
---|---|
RestParametersConfig |
addNewParams()
Appends and returns a new empty "params" element
|
String |
getDescription()
Gets the "description" element
|
QName |
getElement()
Gets the "element" element
|
String |
getId()
Gets the "id" attribute
|
String |
getMediaType()
Gets the "mediaType" element
|
RestParametersConfig |
getParams()
Gets the "params" element
|
List |
getStatus()
Gets the "status" element
|
RestResourceRepresentationTypeConfig.Enum |
getType()
Gets the "type" attribute
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setElement(QName element)
Sets the "element" element
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setMediaType(String mediaType)
Sets the "mediaType" element
|
void |
setParams(RestParametersConfig params)
Sets the "params" element
|
void |
setStatus(List status)
Sets the "status" element
|
void |
setType(RestResourceRepresentationTypeConfig.Enum type)
Sets the "type" attribute
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" element
|
org.apache.xmlbeans.XmlQName |
xgetElement()
Gets (as xml) the "element" element
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetMediaType()
Gets (as xml) the "mediaType" element
|
StatusCodesTypeConfig |
xgetStatus()
Gets (as xml) the "status" element
|
RestResourceRepresentationTypeConfig |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element
|
void |
xsetElement(org.apache.xmlbeans.XmlQName element)
Sets (as xml) the "element" element
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute
|
void |
xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
Sets (as xml) the "mediaType" element
|
void |
xsetStatus(StatusCodesTypeConfig status)
Sets (as xml) the "status" element
|
void |
xsetType(RestResourceRepresentationTypeConfig type)
Sets (as xml) the "type" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getMediaType()
org.apache.xmlbeans.XmlString xgetMediaType()
void setMediaType(String mediaType)
void xsetMediaType(org.apache.xmlbeans.XmlString mediaType)
List getStatus()
StatusCodesTypeConfig xgetStatus()
void setStatus(List status)
void xsetStatus(StatusCodesTypeConfig status)
RestParametersConfig getParams()
void setParams(RestParametersConfig params)
RestParametersConfig addNewParams()
QName getElement()
org.apache.xmlbeans.XmlQName xgetElement()
void setElement(QName element)
void xsetElement(org.apache.xmlbeans.XmlQName element)
String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
String getId()
org.apache.xmlbeans.XmlString xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
void unsetId()
RestResourceRepresentationTypeConfig.Enum getType()
RestResourceRepresentationTypeConfig xgetType()
boolean isSetType()
void setType(RestResourceRepresentationTypeConfig.Enum type)
void xsetType(RestResourceRepresentationTypeConfig type)
void unsetType()
Copyright © 2019. All Rights Reserved.