public class Aa 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">
<attribute name="at" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="modified" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="pm" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
at |
protected String |
id |
protected Double |
modified |
protected String |
pm |
protected String |
type |
| Constructor and Description |
|---|
Aa() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAt()
Gets the value of the at property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getModified()
Gets the value of the modified property.
|
String |
getPm()
Gets the value of the pm property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAt(Integer value)
Sets the value of the at property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setModified(Double value)
Sets the value of the modified property.
|
void |
setPm(String value)
Sets the value of the pm property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected Integer at
protected String id
protected Double modified
protected String pm
protected String type
public void setAt(Integer value)
value - allowed object is
Integerpublic void setId(String value)
value - allowed object is
Stringpublic Double getModified()
Doublepublic void setModified(Double value)
value - allowed object is
Doublepublic void setPm(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2017. All rights reserved.