public static class ComplexSpeciesAlias.BackupSize 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="w" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="h" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
BackupSize() |
Modifier and Type | Method and Description |
---|---|
Double |
getH()
Gets the value of the h property.
|
Double |
getW()
Gets the value of the w property.
|
void |
setH(Double value)
Sets the value of the h property.
|
void |
setW(Double value)
Sets the value of the w property.
|
Copyright © 2018. All rights reserved.