public class RETRIEVALCONDITIONType extends Object
Java class for RETRIEVAL_CONDITIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RETRIEVAL_CONDITIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="frozen" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected int |
frozen |
| Constructor and Description |
|---|
RETRIEVALCONDITIONType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Gets the value of the content property.
|
int |
getFrozen()
Gets the value of the frozen property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setFrozen(int value)
Sets the value of the frozen property.
|
protected String content
protected int frozen
public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic int getFrozen()
public void setFrozen(int value)
Copyright © 2022. All rights reserved.