public class Request
extends java.lang.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="portal" type="{}portalItem" minOccurs="0"/>
<element name="status" type="{}statusInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="map" type="{}mapInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="type" use="required" type="{}requestTypes" />
<attribute name="create-oids" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="export-users" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="export-release" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="export-external-rolemappings" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="cleanup-users" type="{}cleanupUserTypes" />
<attribute name="migrate-users" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="export-mapping" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="skip-cache-refresh" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="synchronous-cache-update" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="transaction-level" type="{}transactionLevels" />
<attribute name="domain" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="suppress-sub-groups" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="skip-root-component-check" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="build" type="{http://www.w3.org/2001/XMLSchema}string" />
<anyAttribute processContents='skip' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
build |
protected CleanupUserTypes |
cleanupUsers |
protected java.lang.Boolean |
createOids |
protected java.lang.String |
domain |
protected java.lang.Boolean |
exportExternalRolemappings |
protected java.lang.Boolean |
exportMapping |
protected java.lang.Boolean |
exportRelease |
protected java.lang.String |
exportUsers |
protected java.util.List<MapInfo> |
map |
protected java.lang.Boolean |
migrateUsers |
protected PortalItem |
portal |
protected java.lang.Boolean |
skipCacheRefresh |
protected java.lang.String |
skipRootComponentCheck |
protected java.util.List<StatusInfo> |
status |
protected java.lang.String |
suppressSubGroups |
protected java.lang.Boolean |
synchronousCacheUpdate |
protected TransactionLevels |
transactionLevel |
protected RequestTypes |
type |
protected java.lang.String |
version |
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBuild()
Gets the value of the build property.
|
CleanupUserTypes |
getCleanupUsers()
Gets the value of the cleanupUsers property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getExportUsers()
Gets the value of the exportUsers property.
|
java.util.List<MapInfo> |
getMap()
Gets the value of the map property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
PortalItem |
getPortal()
Gets the value of the portal property.
|
java.lang.String |
getSkipRootComponentCheck()
Gets the value of the skipRootComponentCheck property.
|
java.util.List<StatusInfo> |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getSuppressSubGroups()
Gets the value of the suppressSubGroups property.
|
TransactionLevels |
getTransactionLevel()
Gets the value of the transactionLevel property.
|
RequestTypes |
getType()
Gets the value of the type property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
java.lang.Boolean |
isCreateOids()
Gets the value of the createOids property.
|
java.lang.Boolean |
isExportExternalRolemappings()
Gets the value of the exportExternalRolemappings property.
|
java.lang.Boolean |
isExportMapping()
Gets the value of the exportMapping property.
|
java.lang.Boolean |
isExportRelease()
Gets the value of the exportRelease property.
|
java.lang.Boolean |
isMigrateUsers()
Gets the value of the migrateUsers property.
|
java.lang.Boolean |
isSkipCacheRefresh()
Gets the value of the skipCacheRefresh property.
|
java.lang.Boolean |
isSynchronousCacheUpdate()
Gets the value of the synchronousCacheUpdate property.
|
void |
setBuild(java.lang.String value)
Sets the value of the build property.
|
void |
setCleanupUsers(CleanupUserTypes value)
Sets the value of the cleanupUsers property.
|
void |
setCreateOids(java.lang.Boolean value)
Sets the value of the createOids property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setExportExternalRolemappings(java.lang.Boolean value)
Sets the value of the exportExternalRolemappings property.
|
void |
setExportMapping(java.lang.Boolean value)
Sets the value of the exportMapping property.
|
void |
setExportRelease(java.lang.Boolean value)
Sets the value of the exportRelease property.
|
void |
setExportUsers(java.lang.String value)
Sets the value of the exportUsers property.
|
void |
setMigrateUsers(java.lang.Boolean value)
Sets the value of the migrateUsers property.
|
void |
setPortal(PortalItem value)
Sets the value of the portal property.
|
void |
setSkipCacheRefresh(java.lang.Boolean value)
Sets the value of the skipCacheRefresh property.
|
void |
setSkipRootComponentCheck(java.lang.String value)
Sets the value of the skipRootComponentCheck property.
|
void |
setSuppressSubGroups(java.lang.String value)
Sets the value of the suppressSubGroups property.
|
void |
setSynchronousCacheUpdate(java.lang.Boolean value)
Sets the value of the synchronousCacheUpdate property.
|
void |
setTransactionLevel(TransactionLevels value)
Sets the value of the transactionLevel property.
|
void |
setType(RequestTypes value)
Sets the value of the type property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected PortalItem portal
protected java.util.List<StatusInfo> status
protected java.util.List<MapInfo> map
protected RequestTypes type
protected java.lang.Boolean createOids
protected java.lang.String exportUsers
protected java.lang.Boolean exportRelease
protected java.lang.Boolean exportExternalRolemappings
protected CleanupUserTypes cleanupUsers
protected java.lang.Boolean migrateUsers
protected java.lang.Boolean exportMapping
protected java.lang.Boolean skipCacheRefresh
protected java.lang.Boolean synchronousCacheUpdate
protected TransactionLevels transactionLevel
protected java.lang.String domain
protected java.lang.String suppressSubGroups
protected java.lang.String skipRootComponentCheck
protected java.lang.String version
protected java.lang.String build
public PortalItem getPortal()
PortalItempublic void setPortal(PortalItem value)
value - allowed object is
PortalItempublic java.util.List<StatusInfo> getStatus()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the status property.
For example, to add a new item, do as follows:
getStatus().add(newItem);
Objects of the following type(s) are allowed in the list
StatusInfo
public java.util.List<MapInfo> getMap()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the map property.
For example, to add a new item, do as follows:
getMap().add(newItem);
Objects of the following type(s) are allowed in the list
MapInfo
public RequestTypes getType()
RequestTypespublic void setType(RequestTypes value)
value - allowed object is
RequestTypespublic java.lang.Boolean isCreateOids()
Booleanpublic void setCreateOids(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getExportUsers()
Stringpublic void setExportUsers(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isExportRelease()
Booleanpublic void setExportRelease(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isExportExternalRolemappings()
Booleanpublic void setExportExternalRolemappings(java.lang.Boolean value)
value - allowed object is
Booleanpublic CleanupUserTypes getCleanupUsers()
CleanupUserTypespublic void setCleanupUsers(CleanupUserTypes value)
value - allowed object is
CleanupUserTypespublic java.lang.Boolean isMigrateUsers()
Booleanpublic void setMigrateUsers(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isExportMapping()
Booleanpublic void setExportMapping(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isSkipCacheRefresh()
Booleanpublic void setSkipCacheRefresh(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isSynchronousCacheUpdate()
Booleanpublic void setSynchronousCacheUpdate(java.lang.Boolean value)
value - allowed object is
Booleanpublic TransactionLevels getTransactionLevel()
TransactionLevelspublic void setTransactionLevel(TransactionLevels value)
value - allowed object is
TransactionLevelspublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSuppressSubGroups()
Stringpublic void setSuppressSubGroups(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSkipRootComponentCheck()
Stringpublic void setSkipRootComponentCheck(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBuild()
Stringpublic void setBuild(java.lang.String value)
value - allowed object is
Stringpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.