public class CONFIGURATIONType extends Object
Java class for CONFIGURATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONFIGURATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{}IMAGE_URL"/>
<element ref="{}NAME"/>
<element name="OWNER" type="{}OWNERType"/>
<element name="MANAGERS" type="{}MANAGERSType" minOccurs="0"/>
<element name="BASKET" type="{}BASKETType" minOccurs="0"/>
<element name="FATHER" type="{}FATHERType"/>
<element name="DESCRIPTION" type="{}DESCRIPTIONType"/>
<element ref="{}SUBJECT"/>
<element ref="{}PRIVATE"/>
<element ref="{}VISIBLE"/>
<element ref="{}CONTAINER"/>
<element name="CHILDREN" type="{}CHILDRENType"/>
<element ref="{}MEMBERSHIP_CONDITION"/>
<element ref="{}ICON_URI"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
_private |
protected BASKETType |
basket |
protected CHILDRENType |
children |
protected int |
container |
protected DESCRIPTIONType |
description |
protected FATHERType |
father |
protected String |
iconuri |
protected String |
imageurl |
protected MANAGERSType |
managers |
protected String |
membershipcondition |
protected String |
name |
protected OWNERType |
owner |
protected String |
subject |
protected int |
visible |
| Constructor and Description |
|---|
CONFIGURATIONType() |
| Modifier and Type | Method and Description |
|---|---|
BASKETType |
getBASKET()
Gets the value of the basket property.
|
CHILDRENType |
getCHILDREN()
Gets the value of the children property.
|
int |
getCONTAINER()
Gets the value of the container property.
|
DESCRIPTIONType |
getDESCRIPTION()
Gets the value of the description property.
|
FATHERType |
getFATHER()
Gets the value of the father property.
|
String |
getICONURI()
Gets the value of the iconuri property.
|
String |
getIMAGEURL()
Gets the value of the imageurl property.
|
MANAGERSType |
getMANAGERS()
Gets the value of the managers property.
|
String |
getMEMBERSHIPCONDITION()
Gets the value of the membershipcondition property.
|
String |
getNAME()
Gets the value of the name property.
|
OWNERType |
getOWNER()
Gets the value of the owner property.
|
int |
getPRIVATE()
Gets the value of the private property.
|
String |
getSUBJECT()
Gets the value of the subject property.
|
int |
getVISIBLE()
Gets the value of the visible property.
|
void |
setBASKET(BASKETType value)
Sets the value of the basket property.
|
void |
setCHILDREN(CHILDRENType value)
Sets the value of the children property.
|
void |
setCONTAINER(int value)
Sets the value of the container property.
|
void |
setDESCRIPTION(DESCRIPTIONType value)
Sets the value of the description property.
|
void |
setFATHER(FATHERType value)
Sets the value of the father property.
|
void |
setICONURI(String value)
Sets the value of the iconuri property.
|
void |
setIMAGEURL(String value)
Sets the value of the imageurl property.
|
void |
setMANAGERS(MANAGERSType value)
Sets the value of the managers property.
|
void |
setMEMBERSHIPCONDITION(String value)
Sets the value of the membershipcondition property.
|
void |
setNAME(String value)
Sets the value of the name property.
|
void |
setOWNER(OWNERType value)
Sets the value of the owner property.
|
void |
setPRIVATE(int value)
Sets the value of the private property.
|
void |
setSUBJECT(String value)
Sets the value of the subject property.
|
void |
setVISIBLE(int value)
Sets the value of the visible property.
|
protected String imageurl
protected String name
protected OWNERType owner
protected MANAGERSType managers
protected BASKETType basket
protected FATHERType father
protected DESCRIPTIONType description
protected String subject
protected int _private
protected int visible
protected int container
protected CHILDRENType children
protected String membershipcondition
protected String iconuri
public String getIMAGEURL()
Stringpublic void setIMAGEURL(String value)
value - allowed object is
Stringpublic String getNAME()
Stringpublic void setNAME(String value)
value - allowed object is
Stringpublic OWNERType getOWNER()
OWNERTypepublic void setOWNER(OWNERType value)
value - allowed object is
OWNERTypepublic MANAGERSType getMANAGERS()
MANAGERSTypepublic void setMANAGERS(MANAGERSType value)
value - allowed object is
MANAGERSTypepublic BASKETType getBASKET()
BASKETTypepublic void setBASKET(BASKETType value)
value - allowed object is
BASKETTypepublic FATHERType getFATHER()
FATHERTypepublic void setFATHER(FATHERType value)
value - allowed object is
FATHERTypepublic DESCRIPTIONType getDESCRIPTION()
DESCRIPTIONTypepublic void setDESCRIPTION(DESCRIPTIONType value)
value - allowed object is
DESCRIPTIONTypepublic String getSUBJECT()
Stringpublic void setSUBJECT(String value)
value - allowed object is
Stringpublic int getPRIVATE()
public void setPRIVATE(int value)
public int getVISIBLE()
public void setVISIBLE(int value)
public int getCONTAINER()
public void setCONTAINER(int value)
public CHILDRENType getCHILDREN()
CHILDRENTypepublic void setCHILDREN(CHILDRENType value)
value - allowed object is
CHILDRENTypepublic String getMEMBERSHIPCONDITION()
Stringpublic void setMEMBERSHIPCONDITION(String value)
value - allowed object is
Stringpublic String getICONURI()
StringCopyright © 2017. All rights reserved.