public class Media extends Object
Java class for Media complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Media">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="MediaType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected String |
mediaType |
protected String |
type |
| Constructor and Description |
|---|
Media() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId()
Gets the value of the id property.
|
String |
getMediaType()
Gets the value of the mediaType property.
|
String |
getType()
Gets the value of the type property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setMediaType(String value)
Sets the value of the mediaType property.
|
void |
setType(String value)
Sets the value of the type property.
|
public void setId(Long value)
value - allowed object is
Longpublic String getMediaType()
Stringpublic void setMediaType(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2024. All rights reserved.