public class Info extends Object
Java class for Info complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Info"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://schemas.google.com/dspl/2010}Values"/> <element name="description" type="{http://schemas.google.com/dspl/2010}Values" minOccurs="0"/> <element name="url" type="{http://schemas.google.com/dspl/2010}Values" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Info() |
Modifier and Type | Method and Description |
---|---|
Values |
getDescription()
Gets the value of the description property.
|
String |
getDescriptionEnglish() |
Values |
getName()
Gets the value of the name property.
|
String |
getNameEnglish() |
Values |
getUrl()
Gets the value of the url property.
|
String |
getUrlEnglish() |
void |
setDescription(Values value)
Sets the value of the description property.
|
void |
setName(Values value)
Sets the value of the name property.
|
void |
setUrl(Values value)
Sets the value of the url property.
|
public Values getName()
Values
public void setName(Values value)
value
- allowed object is
Values
public Values getDescription()
Values
public void setDescription(Values value)
value
- allowed object is
Values
public Values getUrl()
Values
public void setUrl(Values value)
value
- allowed object is
Values
public String getNameEnglish()
public String getDescriptionEnglish()
public String getUrlEnglish()
Copyright © 2016 Metron, Inc.. All rights reserved.