public class MXGlobalInfo extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for MXGlobalInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MXGlobalInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Periodicity" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Month" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Year" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
month |
protected String |
periodicity |
protected String |
year |
| Constructor and Description |
|---|
MXGlobalInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
String |
getMonth()
Gets the value of the month property.
|
String |
getPeriodicity()
Gets the value of the periodicity property.
|
String |
getYear()
Gets the value of the year property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setMonth(String value)
Sets the value of the month property.
|
void |
setPeriodicity(String value)
Sets the value of the periodicity property.
|
void |
setYear(String value)
Sets the value of the year property.
|
protected String periodicity
protected String month
protected String year
public String getPeriodicity()
Stringpublic void setPeriodicity(String value)
value - allowed object is
Stringpublic String getMonth()
Stringpublic void setMonth(String value)
value - allowed object is
Stringpublic String getYear()
Stringpublic void setYear(String value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2025. All Rights Reserved.