public class P 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="rt" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="s" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="sat" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="v" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="z" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
rt |
protected String |
s |
protected Boolean |
sat |
protected Integer |
v |
protected Double |
x |
protected Double |
y |
protected Integer |
z |
| Constructor and Description |
|---|
P() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getRt()
Gets the value of the rt property.
|
String |
getS()
Gets the value of the s property.
|
Integer |
getV()
Gets the value of the v property.
|
Double |
getX()
Gets the value of the x property.
|
Double |
getY()
Gets the value of the y property.
|
Integer |
getZ()
Gets the value of the z property.
|
Boolean |
isSat()
Gets the value of the sat property.
|
void |
setRt(Double value)
Sets the value of the rt property.
|
void |
setS(String value)
Sets the value of the s property.
|
void |
setSat(Boolean value)
Sets the value of the sat property.
|
void |
setV(Integer value)
Sets the value of the v property.
|
void |
setX(Double value)
Sets the value of the x property.
|
void |
setY(Double value)
Sets the value of the y property.
|
void |
setZ(Integer value)
Sets the value of the z property.
|
protected Double rt
protected String s
protected Boolean sat
protected Integer v
protected Double x
protected Double y
protected Integer z
public void setRt(Double value)
value - allowed object is
Stringpublic void setS(String value)
value - allowed object is
Stringpublic void setSat(Boolean value)
value - allowed object is
Booleanpublic void setV(Integer value)
value - allowed object is
Stringpublic void setX(Double value)
value - allowed object is
Stringpublic void setY(Double value)
value - allowed object is
StringCopyright © 2017. All rights reserved.