|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.Display2DImage
public class Display2DImage
The Display_2D_Image class provides attributes to enable the display of a 2 dimensional image.
Java class for Display_2D_Image complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Display_2D_Image"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="line_display_direction" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="sample_display_direction" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
lineDisplayDirection
|
protected String |
sampleDisplayDirection
|
Constructor Summary | |
---|---|
Display2DImage()
|
Method Summary | |
---|---|
String |
getLineDisplayDirection()
Gets the value of the lineDisplayDirection property. |
String |
getSampleDisplayDirection()
Gets the value of the sampleDisplayDirection property. |
void |
setLineDisplayDirection(String value)
Sets the value of the lineDisplayDirection property. |
void |
setSampleDisplayDirection(String value)
Sets the value of the sampleDisplayDirection property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String lineDisplayDirection
protected String sampleDisplayDirection
Constructor Detail |
---|
public Display2DImage()
Method Detail |
---|
public String getLineDisplayDirection()
String
public void setLineDisplayDirection(String value)
value
- allowed object is
String
public String getSampleDisplayDirection()
String
public void setSampleDisplayDirection(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |