public class OutputString extends Object
Java class for OutputString complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputString"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{}format use="required""/> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected OutputStringFormat |
format |
protected String |
value |
Constructor and Description |
---|
OutputString() |
Modifier and Type | Method and Description |
---|---|
OutputStringFormat |
getFormat()
Gets the value of the format property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setFormat(OutputStringFormat value)
Sets the value of the format property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected OutputStringFormat format
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public OutputStringFormat getFormat()
OutputStringFormat
public void setFormat(OutputStringFormat value)
value
- allowed object is
OutputStringFormat
Copyright © 2010–2017 Planetary Data System. All rights reserved.