public class Favorites extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Favorite" type="{http://www.saperion.com/NGXMLSchema}FavoriteType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FavoriteType |
favorite |
Constructor and Description |
---|
Favorites() |
Modifier and Type | Method and Description |
---|---|
FavoriteType |
getFavorite()
Gets the value of the favorite property.
|
void |
setFavorite(FavoriteType value)
Sets the value of the favorite property.
|
protected FavoriteType favorite
public FavoriteType getFavorite()
FavoriteType
public void setFavorite(FavoriteType value)
value
- allowed object is
FavoriteType
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.