public class EditorialReason extends Object
Java class for EditorialReason complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EditorialReason">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PublisherCountries" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="ReasonCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Term" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
location |
protected ArrayOfstring |
publisherCountries |
protected Integer |
reasonCode |
protected String |
term |
| Constructor and Description |
|---|
EditorialReason() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Gets the value of the location property.
|
ArrayOfstring |
getPublisherCountries()
Gets the value of the publisherCountries property.
|
Integer |
getReasonCode()
Gets the value of the reasonCode property.
|
String |
getTerm()
Gets the value of the term property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setPublisherCountries(ArrayOfstring value)
Sets the value of the publisherCountries property.
|
void |
setReasonCode(Integer value)
Sets the value of the reasonCode property.
|
void |
setTerm(String value)
Sets the value of the term property.
|
protected String location
protected ArrayOfstring publisherCountries
protected Integer reasonCode
protected String term
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic ArrayOfstring getPublisherCountries()
ArrayOfstringpublic void setPublisherCountries(ArrayOfstring value)
value - allowed object is
ArrayOfstringpublic Integer getReasonCode()
Integerpublic void setReasonCode(Integer value)
value - allowed object is
Integerpublic String getTerm()
StringCopyright © 2024. All rights reserved.