public class RepresentationDefinition extends Object implements Serializable
Java class for representation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="representation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="mediaType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="stylesheet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="meta" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
mediaType
Тип содержимого
|
protected String |
meta
meta URL
|
protected String |
schema
schema URL
|
protected String |
stylesheet
Шаблон трансформации
|
protected String |
template
Шаблон файла (например для ods)
|
| Constructor and Description |
|---|
RepresentationDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMediaType()
Gets the value of the mediaType property.
|
String |
getMeta()
Gets the value of the meta property.
|
String |
getSchema()
Gets the value of the schema property.
|
String |
getStylesheet()
Gets the value of the stylesheet property.
|
String |
getTemplate()
Gets the value of the template property.
|
void |
setMediaType(String value)
Sets the value of the mediaType property.
|
void |
setMeta(String value)
Sets the value of the meta property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
void |
setStylesheet(String value)
Sets the value of the stylesheet property.
|
void |
setTemplate(String value)
Sets the value of the template property.
|
RepresentationDefinition |
withMediaType(String value) |
RepresentationDefinition |
withMeta(String value) |
RepresentationDefinition |
withSchema(String value) |
RepresentationDefinition |
withStylesheet(String value) |
RepresentationDefinition |
withTemplate(String value) |
protected String mediaType
protected String stylesheet
protected String template
protected String schema
protected String meta
public String getMediaType()
Тип содержимого
Stringpublic void setMediaType(String value)
value - allowed object is
StringgetMediaType()public String getStylesheet()
Шаблон трансформации
Stringpublic void setStylesheet(String value)
value - allowed object is
StringgetStylesheet()public String getTemplate()
Шаблон файла (например для ods)
Stringpublic void setTemplate(String value)
value - allowed object is
StringgetTemplate()public String getSchema()
schema URL
Stringpublic void setSchema(String value)
value - allowed object is
StringgetSchema()public String getMeta()
meta URL
Stringpublic void setMeta(String value)
public RepresentationDefinition withMediaType(String value)
public RepresentationDefinition withStylesheet(String value)
public RepresentationDefinition withTemplate(String value)
public RepresentationDefinition withSchema(String value)
public RepresentationDefinition withMeta(String value)
Copyright © 2020. All rights reserved.