| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||||||
| MrssContentType |
|
| 0.0;0 |
| 1 | // |
|
| 2 | // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.1.5-b01-fcs |
|
| 3 | // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> |
|
| 4 | // Any modifications to this file will be lost upon recompilation of the source schema. |
|
| 5 | // Generated on: 2008.06.11 at 12:15:45 AM EDT |
|
| 6 | // |
|
| 7 | ||
| 8 | ||
| 9 | package yarfraw.generated.mrss.elements; |
|
| 10 | ||
| 11 | import java.math.BigDecimal; |
|
| 12 | import java.math.BigInteger; |
|
| 13 | import java.util.ArrayList; |
|
| 14 | import java.util.List; |
|
| 15 | import javax.xml.bind.annotation.XmlAccessType; |
|
| 16 | import javax.xml.bind.annotation.XmlAccessorType; |
|
| 17 | import javax.xml.bind.annotation.XmlAttribute; |
|
| 18 | import javax.xml.bind.annotation.XmlElement; |
|
| 19 | import javax.xml.bind.annotation.XmlSchemaType; |
|
| 20 | import javax.xml.bind.annotation.XmlType; |
|
| 21 | ||
| 22 | ||
| 23 | /** |
|
| 24 | * <p>Java class for mrssContentType complex type. |
|
| 25 | * |
|
| 26 | * <p>The following schema fragment specifies the expected content contained within this class. |
|
| 27 | * |
|
| 28 | * <pre> |
|
| 29 | * <complexType name="mrssContentType"> |
|
| 30 | * <complexContent> |
|
| 31 | * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> |
|
| 32 | * <choice> |
|
| 33 | * <element ref="{http://tools.search.yahoo.com/mrss/}rating" minOccurs="0"/> |
|
| 34 | * <element ref="{http://tools.search.yahoo.com/mrss/}title" minOccurs="0"/> |
|
| 35 | * <element ref="{http://tools.search.yahoo.com/mrss/}description" minOccurs="0"/> |
|
| 36 | * <element ref="{http://tools.search.yahoo.com/mrss/}keywords" minOccurs="0"/> |
|
| 37 | * <element ref="{http://tools.search.yahoo.com/mrss/}thumbnail" minOccurs="0"/> |
|
| 38 | * <element ref="{http://tools.search.yahoo.com/mrss/}category" maxOccurs="unbounded" minOccurs="0"/> |
|
| 39 | * <element ref="{http://tools.search.yahoo.com/mrss/}hash" minOccurs="0"/> |
|
| 40 | * <element ref="{http://tools.search.yahoo.com/mrss/}player" minOccurs="0"/> |
|
| 41 | * <element ref="{http://tools.search.yahoo.com/mrss/}credit" maxOccurs="unbounded" minOccurs="0"/> |
|
| 42 | * <element ref="{http://tools.search.yahoo.com/mrss/}restriction" minOccurs="0"/> |
|
| 43 | * <element ref="{http://tools.search.yahoo.com/mrss/}copyright" minOccurs="0"/> |
|
| 44 | * <element ref="{http://tools.search.yahoo.com/mrss/}text" minOccurs="0"/> |
|
| 45 | * <element ref="{http://purl.org/dc/terms/}valid" minOccurs="0"/> |
|
| 46 | * </choice> |
|
| 47 | * <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> |
|
| 48 | * <attribute name="fileSize" type="{http://www.w3.org/2001/XMLSchema}integer" /> |
|
| 49 | * <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> |
|
| 50 | * <attribute name="medium"> |
|
| 51 | * <simpleType> |
|
| 52 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
|
| 53 | * <enumeration value="image"/> |
|
| 54 | * <enumeration value="audio"/> |
|
| 55 | * <enumeration value="video"/> |
|
| 56 | * <enumeration value="document"/> |
|
| 57 | * <enumeration value="executable"/> |
|
| 58 | * </restriction> |
|
| 59 | * </simpleType> |
|
| 60 | * </attribute> |
|
| 61 | * <attribute name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" /> |
|
| 62 | * <attribute name="expression" default="full"> |
|
| 63 | * <simpleType> |
|
| 64 | * <restriction base="{http://www.w3.org/2001/XMLSchema}string"> |
|
| 65 | * <enumeration value="sample"/> |
|
| 66 | * <enumeration value="full"/> |
|
| 67 | * <enumeration value="nonstop"/> |
|
| 68 | * </restriction> |
|
| 69 | * </simpleType> |
|
| 70 | * </attribute> |
|
| 71 | * <attribute name="bitrate" type="{http://www.w3.org/2001/XMLSchema}integer" /> |
|
| 72 | * <attribute name="framerate" type="{http://www.w3.org/2001/XMLSchema}integer" /> |
|
| 73 | * <attribute name="samplingrate" type="{http://www.w3.org/2001/XMLSchema}decimal" /> |
|
| 74 | * <attribute name="channels" type="{http://www.w3.org/2001/XMLSchema}integer" /> |
|
| 75 | * <attribute name="duration" type="{http://www.w3.org/2001/XMLSchema}integer" /> |
|
| 76 | * <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}integer" /> |
|
| 77 | * <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}integer" /> |
|
| 78 | * <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}string" /> |
|
| 79 | * </restriction> |
|
| 80 | * </complexContent> |
|
| 81 | * </complexType> |
|
| 82 | * </pre> |
|
| 83 | * |
|
| 84 | * |
|
| 85 | */ |
|
| 86 | @XmlAccessorType(XmlAccessType.FIELD) |
|
| 87 | @XmlType(name = "mrssContentType", propOrder = { |
|
| 88 | "rating", |
|
| 89 | "title", |
|
| 90 | "description", |
|
| 91 | "keywords", |
|
| 92 | "thumbnail", |
|
| 93 | "category", |
|
| 94 | "hash", |
|
| 95 | "player", |
|
| 96 | "credit", |
|
| 97 | "restriction", |
|
| 98 | "copyright", |
|
| 99 | "text", |
|
| 100 | "valid" |
|
| 101 | }) |
|
| 102 | 9 | public class MrssContentType { |
| 103 | ||
| 104 | protected MrssRatingType rating; |
|
| 105 | protected MrssTitleType title; |
|
| 106 | protected MrssDescriptionType description; |
|
| 107 | protected String keywords; |
|
| 108 | protected MrssThumbnailType thumbnail; |
|
| 109 | protected List<MrssCategoryType> category; |
|
| 110 | protected MrssHashType hash; |
|
| 111 | protected MrssPlayerType player; |
|
| 112 | protected List<MrssCreditType> credit; |
|
| 113 | protected MrssRestrictionType restriction; |
|
| 114 | protected MrssCopyrightType copyright; |
|
| 115 | protected MrssTextType text; |
|
| 116 | @XmlElement(namespace = "http://purl.org/dc/terms/") |
|
| 117 | protected String valid; |
|
| 118 | @XmlAttribute(required = true) |
|
| 119 | @XmlSchemaType(name = "anyURI") |
|
| 120 | protected String url; |
|
| 121 | @XmlAttribute |
|
| 122 | protected BigInteger fileSize; |
|
| 123 | @XmlAttribute |
|
| 124 | protected String type; |
|
| 125 | @XmlAttribute |
|
| 126 | protected String medium; |
|
| 127 | @XmlAttribute |
|
| 128 | protected Boolean isDefault; |
|
| 129 | @XmlAttribute |
|
| 130 | protected String expression; |
|
| 131 | @XmlAttribute |
|
| 132 | protected BigInteger bitrate; |
|
| 133 | @XmlAttribute |
|
| 134 | protected BigInteger framerate; |
|
| 135 | @XmlAttribute |
|
| 136 | protected BigDecimal samplingrate; |
|
| 137 | @XmlAttribute |
|
| 138 | protected BigInteger channels; |
|
| 139 | @XmlAttribute |
|
| 140 | protected BigInteger duration; |
|
| 141 | @XmlAttribute |
|
| 142 | protected BigInteger height; |
|
| 143 | @XmlAttribute |
|
| 144 | protected BigInteger width; |
|
| 145 | @XmlAttribute |
|
| 146 | protected String lang; |
|
| 147 | ||
| 148 | /** |
|
| 149 | * Gets the value of the rating property. |
|
| 150 | * |
|
| 151 | * @return |
|
| 152 | * possible object is |
|
| 153 | * {@link MrssRatingType } |
|
| 154 | * |
|
| 155 | */ |
|
| 156 | public MrssRatingType getRating() { |
|
| 157 | 0 | return rating; |
| 158 | } |
|
| 159 | ||
| 160 | /** |
|
| 161 | * Sets the value of the rating property. |
|
| 162 | * |
|
| 163 | * @param value |
|
| 164 | * allowed object is |
|
| 165 | * {@link MrssRatingType } |
|
| 166 | * |
|
| 167 | */ |
|
| 168 | public void setRating(MrssRatingType value) { |
|
| 169 | 3 | this.rating = value; |
| 170 | 3 | } |
| 171 | ||
| 172 | /** |
|
| 173 | * Gets the value of the title property. |
|
| 174 | * |
|
| 175 | * @return |
|
| 176 | * possible object is |
|
| 177 | * {@link MrssTitleType } |
|
| 178 | * |
|
| 179 | */ |
|
| 180 | public MrssTitleType getTitle() { |
|
| 181 | 0 | return title; |
| 182 | } |
|
| 183 | ||
| 184 | /** |
|
| 185 | * Sets the value of the title property. |
|
| 186 | * |
|
| 187 | * @param value |
|
| 188 | * allowed object is |
|
| 189 | * {@link MrssTitleType } |
|
| 190 | * |
|
| 191 | */ |
|
| 192 | public void setTitle(MrssTitleType value) { |
|
| 193 | 3 | this.title = value; |
| 194 | 3 | } |
| 195 | ||
| 196 | /** |
|
| 197 | * Gets the value of the description property. |
|
| 198 | * |
|
| 199 | * @return |
|
| 200 | * possible object is |
|
| 201 | * {@link MrssDescriptionType } |
|
| 202 | * |
|
| 203 | */ |
|
| 204 | public MrssDescriptionType getDescription() { |
|
| 205 | 0 | return description; |
| 206 | } |
|
| 207 | ||
| 208 | /** |
|
| 209 | * Sets the value of the description property. |
|
| 210 | * |
|
| 211 | * @param value |
|
| 212 | * allowed object is |
|
| 213 | * {@link MrssDescriptionType } |
|
| 214 | * |
|
| 215 | */ |
|
| 216 | public void setDescription(MrssDescriptionType value) { |
|
| 217 | 3 | this.description = value; |
| 218 | 3 | } |
| 219 | ||
| 220 | /** |
|
| 221 | * Gets the value of the keywords property. |
|
| 222 | * |
|
| 223 | * @return |
|
| 224 | * possible object is |
|
| 225 | * {@link String } |
|
| 226 | * |
|
| 227 | */ |
|
| 228 | public String getKeywords() { |
|
| 229 | 0 | return keywords; |
| 230 | } |
|
| 231 | ||
| 232 | /** |
|
| 233 | * Sets the value of the keywords property. |
|
| 234 | * |
|
| 235 | * @param value |
|
| 236 | * allowed object is |
|
| 237 | * {@link String } |
|
| 238 | * |
|
| 239 | */ |
|
| 240 | public void setKeywords(String value) { |
|
| 241 | 3 | this.keywords = value; |
| 242 | 3 | } |
| 243 | ||
| 244 | /** |
|
| 245 | * Gets the value of the thumbnail property. |
|
| 246 | * |
|
| 247 | * @return |
|
| 248 | * possible object is |
|
| 249 | * {@link MrssThumbnailType } |
|
| 250 | * |
|
| 251 | */ |
|
| 252 | public MrssThumbnailType getThumbnail() { |
|
| 253 | 0 | return thumbnail; |
| 254 | } |
|
| 255 | ||
| 256 | /** |
|
| 257 | * Sets the value of the thumbnail property. |
|
| 258 | * |
|
| 259 | * @param value |
|
| 260 | * allowed object is |
|
| 261 | * {@link MrssThumbnailType } |
|
| 262 | * |
|
| 263 | */ |
|
| 264 | public void setThumbnail(MrssThumbnailType value) { |
|
| 265 | 3 | this.thumbnail = value; |
| 266 | 3 | } |
| 267 | ||
| 268 | /** |
|
| 269 | * Gets the value of the category property. |
|
| 270 | * |
|
| 271 | * <p> |
|
| 272 | * This accessor method returns a reference to the live list, |
|
| 273 | * not a snapshot. Therefore any modification you make to the |
|
| 274 | * returned list will be present inside the JAXB object. |
|
| 275 | * This is why there is not a <CODE>set</CODE> method for the category property. |
|
| 276 | * |
|
| 277 | * <p> |
|
| 278 | * For example, to add a new item, do as follows: |
|
| 279 | * <pre> |
|
| 280 | * getCategory().add(newItem); |
|
| 281 | * </pre> |
|
| 282 | * |
|
| 283 | * |
|
| 284 | * <p> |
|
| 285 | * Objects of the following type(s) are allowed in the list |
|
| 286 | * {@link MrssCategoryType } |
|
| 287 | * |
|
| 288 | * |
|
| 289 | */ |
|
| 290 | public List<MrssCategoryType> getCategory() { |
|
| 291 | 3 | if (category == null) { |
| 292 | 3 | category = new ArrayList<MrssCategoryType>(); |
| 293 | } |
|
| 294 | 3 | return this.category; |
| 295 | } |
|
| 296 | ||
| 297 | /** |
|
| 298 | * Gets the value of the hash property. |
|
| 299 | * |
|
| 300 | * @return |
|
| 301 | * possible object is |
|
| 302 | * {@link MrssHashType } |
|
| 303 | * |
|
| 304 | */ |
|
| 305 | public MrssHashType getHash() { |
|
| 306 | 0 | return hash; |
| 307 | } |
|
| 308 | ||
| 309 | /** |
|
| 310 | * Sets the value of the hash property. |
|
| 311 | * |
|
| 312 | * @param value |
|
| 313 | * allowed object is |
|
| 314 | * {@link MrssHashType } |
|
| 315 | * |
|
| 316 | */ |
|
| 317 | public void setHash(MrssHashType value) { |
|
| 318 | 3 | this.hash = value; |
| 319 | 3 | } |
| 320 | ||
| 321 | /** |
|
| 322 | * Gets the value of the player property. |
|
| 323 | * |
|
| 324 | * @return |
|
| 325 | * possible object is |
|
| 326 | * {@link MrssPlayerType } |
|
| 327 | * |
|
| 328 | */ |
|
| 329 | public MrssPlayerType getPlayer() { |
|
| 330 | 0 | return player; |
| 331 | } |
|
| 332 | ||
| 333 | /** |
|
| 334 | * Sets the value of the player property. |
|
| 335 | * |
|
| 336 | * @param value |
|
| 337 | * allowed object is |
|
| 338 | * {@link MrssPlayerType } |
|
| 339 | * |
|
| 340 | */ |
|
| 341 | public void setPlayer(MrssPlayerType value) { |
|
| 342 | 3 | this.player = value; |
| 343 | 3 | } |
| 344 | ||
| 345 | /** |
|
| 346 | * Gets the value of the credit property. |
|
| 347 | * |
|
| 348 | * <p> |
|
| 349 | * This accessor method returns a reference to the live list, |
|
| 350 | * not a snapshot. Therefore any modification you make to the |
|
| 351 | * returned list will be present inside the JAXB object. |
|
| 352 | * This is why there is not a <CODE>set</CODE> method for the credit property. |
|
| 353 | * |
|
| 354 | * <p> |
|
| 355 | * For example, to add a new item, do as follows: |
|
| 356 | * <pre> |
|
| 357 | * getCredit().add(newItem); |
|
| 358 | * </pre> |
|
| 359 | * |
|
| 360 | * |
|
| 361 | * <p> |
|
| 362 | * Objects of the following type(s) are allowed in the list |
|
| 363 | * {@link MrssCreditType } |
|
| 364 | * |
|
| 365 | * |
|
| 366 | */ |
|
| 367 | public List<MrssCreditType> getCredit() { |
|
| 368 | 0 | if (credit == null) { |
| 369 | 0 | credit = new ArrayList<MrssCreditType>(); |
| 370 | } |
|
| 371 | 0 | return this.credit; |
| 372 | } |
|
| 373 | ||
| 374 | /** |
|
| 375 | * Gets the value of the restriction property. |
|
| 376 | * |
|
| 377 | * @return |
|
| 378 | * possible object is |
|
| 379 | * {@link MrssRestrictionType } |
|
| 380 | * |
|
| 381 | */ |
|
| 382 | public MrssRestrictionType getRestriction() { |
|
| 383 | 0 | return restriction; |
| 384 | } |
|
| 385 | ||
| 386 | /** |
|
| 387 | * Sets the value of the restriction property. |
|
| 388 | * |
|
| 389 | * @param value |
|
| 390 | * allowed object is |
|
| 391 | * {@link MrssRestrictionType } |
|
| 392 | * |
|
| 393 | */ |
|
| 394 | public void setRestriction(MrssRestrictionType value) { |
|
| 395 | 3 | this.restriction = value; |
| 396 | 3 | } |
| 397 | ||
| 398 | /** |
|
| 399 | * Gets the value of the copyright property. |
|
| 400 | * |
|
| 401 | * @return |
|
| 402 | * possible object is |
|
| 403 | * {@link MrssCopyrightType } |
|
| 404 | * |
|
| 405 | */ |
|
| 406 | public MrssCopyrightType getCopyright() { |
|
| 407 | 0 | return copyright; |
| 408 | } |
|
| 409 | ||
| 410 | /** |
|
| 411 | * Sets the value of the copyright property. |
|
| 412 | * |
|
| 413 | * @param value |
|
| 414 | * allowed object is |
|
| 415 | * {@link MrssCopyrightType } |
|
| 416 | * |
|
| 417 | */ |
|
| 418 | public void setCopyright(MrssCopyrightType value) { |
|
| 419 | 3 | this.copyright = value; |
| 420 | 3 | } |
| 421 | ||
| 422 | /** |
|
| 423 | * Gets the value of the text property. |
|
| 424 | * |
|
| 425 | * @return |
|
| 426 | * possible object is |
|
| 427 | * {@link MrssTextType } |
|
| 428 | * |
|
| 429 | */ |
|
| 430 | public MrssTextType getText() { |
|
| 431 | 0 | return text; |
| 432 | } |
|
| 433 | ||
| 434 | /** |
|
| 435 | * Sets the value of the text property. |
|
| 436 | * |
|
| 437 | * @param value |
|
| 438 | * allowed object is |
|
| 439 | * {@link MrssTextType } |
|
| 440 | * |
|
| 441 | */ |
|
| 442 | public void setText(MrssTextType value) { |
|
| 443 | 3 | this.text = value; |
| 444 | 3 | } |
| 445 | ||
| 446 | /** |
|
| 447 | * Gets the value of the valid property. |
|
| 448 | * |
|
| 449 | * @return |
|
| 450 | * possible object is |
|
| 451 | * {@link String } |
|
| 452 | * |
|
| 453 | */ |
|
| 454 | public String getValid() { |
|
| 455 | 0 | return valid; |
| 456 | } |
|
| 457 | ||
| 458 | /** |
|
| 459 | * Sets the value of the valid property. |
|
| 460 | * |
|
| 461 | * @param value |
|
| 462 | * allowed object is |
|
| 463 | * {@link String } |
|
| 464 | * |
|
| 465 | */ |
|
| 466 | public void setValid(String value) { |
|
| 467 | 3 | this.valid = value; |
| 468 | 3 | } |
| 469 | ||
| 470 | /** |
|
| 471 | * Gets the value of the url property. |
|
| 472 | * |
|
| 473 | * @return |
|
| 474 | * possible object is |
|
| 475 | * {@link String } |
|
| 476 | * |
|
| 477 | */ |
|
| 478 | public String getUrl() { |
|
| 479 | 0 | return url; |
| 480 | } |
|
| 481 | ||
| 482 | /** |
|
| 483 | * Sets the value of the url property. |
|
| 484 | * |
|
| 485 | * @param value |
|
| 486 | * allowed object is |
|
| 487 | * {@link String } |
|
| 488 | * |
|
| 489 | */ |
|
| 490 | public void setUrl(String value) { |
|
| 491 | 3 | this.url = value; |
| 492 | 3 | } |
| 493 | ||
| 494 | /** |
|
| 495 | * Gets the value of the fileSize property. |
|
| 496 | * |
|
| 497 | * @return |
|
| 498 | * possible object is |
|
| 499 | * {@link BigInteger } |
|
| 500 | * |
|
| 501 | */ |
|
| 502 | public BigInteger getFileSize() { |
|
| 503 | 0 | return fileSize; |
| 504 | } |
|
| 505 | ||
| 506 | /** |
|
| 507 | * Sets the value of the fileSize property. |
|
| 508 | * |
|
| 509 | * @param value |
|
| 510 | * allowed object is |
|
| 511 | * {@link BigInteger } |
|
| 512 | * |
|
| 513 | */ |
|
| 514 | public void setFileSize(BigInteger value) { |
|
| 515 | 3 | this.fileSize = value; |
| 516 | 3 | } |
| 517 | ||
| 518 | /** |
|
| 519 | * Gets the value of the type property. |
|
| 520 | * |
|
| 521 | * @return |
|
| 522 | * possible object is |
|
| 523 | * {@link String } |
|
| 524 | * |
|
| 525 | */ |
|
| 526 | public String getType() { |
|
| 527 | 0 | return type; |
| 528 | } |
|
| 529 | ||
| 530 | /** |
|
| 531 | * Sets the value of the type property. |
|
| 532 | * |
|
| 533 | * @param value |
|
| 534 | * allowed object is |
|
| 535 | * {@link String } |
|
| 536 | * |
|
| 537 | */ |
|
| 538 | public void setType(String value) { |
|
| 539 | 3 | this.type = value; |
| 540 | 3 | } |
| 541 | ||
| 542 | /** |
|
| 543 | * Gets the value of the medium property. |
|
| 544 | * |
|
| 545 | * @return |
|
| 546 | * possible object is |
|
| 547 | * {@link String } |
|
| 548 | * |
|
| 549 | */ |
|
| 550 | public String getMedium() { |
|
| 551 | 0 | return medium; |
| 552 | } |
|
| 553 | ||
| 554 | /** |
|
| 555 | * Sets the value of the medium property. |
|
| 556 | * |
|
| 557 | * @param value |
|
| 558 | * allowed object is |
|
| 559 | * {@link String } |
|
| 560 | * |
|
| 561 | */ |
|
| 562 | public void setMedium(String value) { |
|
| 563 | 3 | this.medium = value; |
| 564 | 3 | } |
| 565 | ||
| 566 | /** |
|
| 567 | * Gets the value of the isDefault property. |
|
| 568 | * |
|
| 569 | * @return |
|
| 570 | * possible object is |
|
| 571 | * {@link Boolean } |
|
| 572 | * |
|
| 573 | */ |
|
| 574 | public Boolean isIsDefault() { |
|
| 575 | 0 | return isDefault; |
| 576 | } |
|
| 577 | ||
| 578 | /** |
|
| 579 | * Sets the value of the isDefault property. |
|
| 580 | * |
|
| 581 | * @param value |
|
| 582 | * allowed object is |
|
| 583 | * {@link Boolean } |
|
| 584 | * |
|
| 585 | */ |
|
| 586 | public void setIsDefault(Boolean value) { |
|
| 587 | 3 | this.isDefault = value; |
| 588 | 3 | } |
| 589 | ||
| 590 | /** |
|
| 591 | * Gets the value of the expression property. |
|
| 592 | * |
|
| 593 | * @return |
|
| 594 | * possible object is |
|
| 595 | * {@link String } |
|
| 596 | * |
|
| 597 | */ |
|
| 598 | public String getExpression() { |
|
| 599 | 0 | if (expression == null) { |
| 600 | 0 | return "full"; |
| 601 | } else { |
|
| 602 | 0 | return expression; |
| 603 | } |
|
| 604 | } |
|
| 605 | ||
| 606 | /** |
|
| 607 | * Sets the value of the expression property. |
|
| 608 | * |
|
| 609 | * @param value |
|
| 610 | * allowed object is |
|
| 611 | * {@link String } |
|
| 612 | * |
|
| 613 | */ |
|
| 614 | public void setExpression(String value) { |
|
| 615 | 3 | this.expression = value; |
| 616 | 3 | } |
| 617 | ||
| 618 | /** |
|
| 619 | * Gets the value of the bitrate property. |
|
| 620 | * |
|
| 621 | * @return |
|
| 622 | * possible object is |
|
| 623 | * {@link BigInteger } |
|
| 624 | * |
|
| 625 | */ |
|
| 626 | public BigInteger getBitrate() { |
|
| 627 | 0 | return bitrate; |
| 628 | } |
|
| 629 | ||
| 630 | /** |
|
| 631 | * Sets the value of the bitrate property. |
|
| 632 | * |
|
| 633 | * @param value |
|
| 634 | * allowed object is |
|
| 635 | * {@link BigInteger } |
|
| 636 | * |
|
| 637 | */ |
|
| 638 | public void setBitrate(BigInteger value) { |
|
| 639 | 3 | this.bitrate = value; |
| 640 | 3 | } |
| 641 | ||
| 642 | /** |
|
| 643 | * Gets the value of the framerate property. |
|
| 644 | * |
|
| 645 | * @return |
|
| 646 | * possible object is |
|
| 647 | * {@link BigInteger } |
|
| 648 | * |
|
| 649 | */ |
|
| 650 | public BigInteger getFramerate() { |
|
| 651 | 0 | return framerate; |
| 652 | } |
|
| 653 | ||
| 654 | /** |
|
| 655 | * Sets the value of the framerate property. |
|
| 656 | * |
|
| 657 | * @param value |
|
| 658 | * allowed object is |
|
| 659 | * {@link BigInteger } |
|
| 660 | * |
|
| 661 | */ |
|
| 662 | public void setFramerate(BigInteger value) { |
|
| 663 | 3 | this.framerate = value; |
| 664 | 3 | } |
| 665 | ||
| 666 | /** |
|
| 667 | * Gets the value of the samplingrate property. |
|
| 668 | * |
|
| 669 | * @return |
|
| 670 | * possible object is |
|
| 671 | * {@link BigDecimal } |
|
| 672 | * |
|
| 673 | */ |
|
| 674 | public BigDecimal getSamplingrate() { |
|
| 675 | 0 | return samplingrate; |
| 676 | } |
|
| 677 | ||
| 678 | /** |
|
| 679 | * Sets the value of the samplingrate property. |
|
| 680 | * |
|
| 681 | * @param value |
|
| 682 | * allowed object is |
|
| 683 | * {@link BigDecimal } |
|
| 684 | * |
|
| 685 | */ |
|
| 686 | public void setSamplingrate(BigDecimal value) { |
|
| 687 | 3 | this.samplingrate = value; |
| 688 | 3 | } |
| 689 | ||
| 690 | /** |
|
| 691 | * Gets the value of the channels property. |
|
| 692 | * |
|
| 693 | * @return |
|
| 694 | * possible object is |
|
| 695 | * {@link BigInteger } |
|
| 696 | * |
|
| 697 | */ |
|
| 698 | public BigInteger getChannels() { |
|
| 699 | 0 | return channels; |
| 700 | } |
|
| 701 | ||
| 702 | /** |
|
| 703 | * Sets the value of the channels property. |
|
| 704 | * |
|
| 705 | * @param value |
|
| 706 | * allowed object is |
|
| 707 | * {@link BigInteger } |
|
| 708 | * |
|
| 709 | */ |
|
| 710 | public void setChannels(BigInteger value) { |
|
| 711 | 3 | this.channels = value; |
| 712 | 3 | } |
| 713 | ||
| 714 | /** |
|
| 715 | * Gets the value of the duration property. |
|
| 716 | * |
|
| 717 | * @return |
|
| 718 | * possible object is |
|
| 719 | * {@link BigInteger } |
|
| 720 | * |
|
| 721 | */ |
|
| 722 | public BigInteger getDuration() { |
|
| 723 | 0 | return duration; |
| 724 | } |
|
| 725 | ||
| 726 | /** |
|
| 727 | * Sets the value of the duration property. |
|
| 728 | * |
|
| 729 | * @param value |
|
| 730 | * allowed object is |
|
| 731 | * {@link BigInteger } |
|
| 732 | * |
|
| 733 | */ |
|
| 734 | public void setDuration(BigInteger value) { |
|
| 735 | 3 | this.duration = value; |
| 736 | 3 | } |
| 737 | ||
| 738 | /** |
|
| 739 | * Gets the value of the height property. |
|
| 740 | * |
|
| 741 | * @return |
|
| 742 | * possible object is |
|
| 743 | * {@link BigInteger } |
|
| 744 | * |
|
| 745 | */ |
|
| 746 | public BigInteger getHeight() { |
|
| 747 | 0 | return height; |
| 748 | } |
|
| 749 | ||
| 750 | /** |
|
| 751 | * Sets the value of the height property. |
|
| 752 | * |
|
| 753 | * @param value |
|
| 754 | * allowed object is |
|
| 755 | * {@link BigInteger } |
|
| 756 | * |
|
| 757 | */ |
|
| 758 | public void setHeight(BigInteger value) { |
|
| 759 | 3 | this.height = value; |
| 760 | 3 | } |
| 761 | ||
| 762 | /** |
|
| 763 | * Gets the value of the width property. |
|
| 764 | * |
|
| 765 | * @return |
|
| 766 | * possible object is |
|
| 767 | * {@link BigInteger } |
|
| 768 | * |
|
| 769 | */ |
|
| 770 | public BigInteger getWidth() { |
|
| 771 | 0 | return width; |
| 772 | } |
|
| 773 | ||
| 774 | /** |
|
| 775 | * Sets the value of the width property. |
|
| 776 | * |
|
| 777 | * @param value |
|
| 778 | * allowed object is |
|
| 779 | * {@link BigInteger } |
|
| 780 | * |
|
| 781 | */ |
|
| 782 | public void setWidth(BigInteger value) { |
|
| 783 | 3 | this.width = value; |
| 784 | 3 | } |
| 785 | ||
| 786 | /** |
|
| 787 | * Gets the value of the lang property. |
|
| 788 | * |
|
| 789 | * @return |
|
| 790 | * possible object is |
|
| 791 | * {@link String } |
|
| 792 | * |
|
| 793 | */ |
|
| 794 | public String getLang() { |
|
| 795 | 0 | return lang; |
| 796 | } |
|
| 797 | ||
| 798 | /** |
|
| 799 | * Sets the value of the lang property. |
|
| 800 | * |
|
| 801 | * @param value |
|
| 802 | * allowed object is |
|
| 803 | * {@link String } |
|
| 804 | * |
|
| 805 | */ |
|
| 806 | public void setLang(String value) { |
|
| 807 | 3 | this.lang = value; |
| 808 | 3 | } |
| 809 | ||
| 810 | } |