public class RESOURCEPROFILE 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">
<sequence>
<element name="HEADER" type="{}HEADERType"/>
<element name="BODY" type="{}BODYType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BODYType |
body |
protected HEADERType |
header |
| Constructor and Description |
|---|
RESOURCEPROFILE() |
| Modifier and Type | Method and Description |
|---|---|
BODYType |
getBODY()
Gets the value of the body property.
|
HEADERType |
getHEADER()
Gets the value of the header property.
|
void |
setBODY(BODYType value)
Sets the value of the body property.
|
void |
setHEADER(HEADERType value)
Sets the value of the header property.
|
protected HEADERType header
protected BODYType body
public HEADERType getHEADER()
HEADERTypepublic void setHEADER(HEADERType value)
value - allowed object is
HEADERTypepublic BODYType getBODY()
BODYTypeCopyright © 2019. All rights reserved.