public class FavoriteMovie extends Object
Java class for FavoriteMovie complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FavoriteMovie"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
FavoriteMovie() |
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
Gets the value of the title property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String title
Copyright © 2016 JBoss by Red Hat. All rights reserved.