|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PlotType.PlotdataType
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="imagefile" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> <element name="plotfile" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static interface |
PlotType.PlotdataType.ImagefileType
Java content class for anonymous complex type. |
static interface |
PlotType.PlotdataType.PlotfileType
Java content class for anonymous complex type. |
Method Summary | |
---|---|
PlotType.PlotdataType.ImagefileType |
getImagefile()
|
PlotType.PlotdataType.PlotfileType |
getPlotfile()
|
void |
setImagefile(PlotType.PlotdataType.ImagefileType value)
|
void |
setPlotfile(PlotType.PlotdataType.PlotfileType value)
|
Method Detail |
---|
PlotType.PlotdataType.ImagefileType getImagefile()
PlotType.PlotdataType.ImagefileType
void setImagefile(PlotType.PlotdataType.ImagefileType value)
value
- allowed object is
PlotType.PlotdataType.ImagefileType
PlotType.PlotdataType.PlotfileType getPlotfile()
PlotType.PlotdataType.PlotfileType
void setPlotfile(PlotType.PlotdataType.PlotfileType value)
value
- allowed object is
PlotType.PlotdataType.PlotfileType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |