public class SharedTo extends Object
Java class for SharedTo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharedTo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="allCustomerPortalUsers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="allInternalUsers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="allPartnerUsers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="groups" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="managerSubordinates" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="managers" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="portalRole" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="portalRoleAndSubordinates" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="queue" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="roleAndSubordinates" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="roleAndSubordinatesInternal" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="roles" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="rolesAndSubordinates" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="territories" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="territoriesAndSubordinates" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="territory" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="territoryAndSubordinates" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
allCustomerPortalUsers |
protected String |
allInternalUsers |
protected String |
allPartnerUsers |
protected List<String> |
group |
protected List<String> |
groups |
protected List<String> |
managers |
protected List<String> |
managerSubordinates |
protected List<String> |
portalRole |
protected List<String> |
portalRoleAndSubordinates |
protected List<String> |
queue |
protected List<String> |
role |
protected List<String> |
roleAndSubordinates |
protected List<String> |
roleAndSubordinatesInternal |
protected List<String> |
roles |
protected List<String> |
rolesAndSubordinates |
protected List<String> |
territories |
protected List<String> |
territoriesAndSubordinates |
protected List<String> |
territory |
protected List<String> |
territoryAndSubordinates |
| Constructor and Description |
|---|
SharedTo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllCustomerPortalUsers()
Gets the value of the allCustomerPortalUsers property.
|
String |
getAllInternalUsers()
Gets the value of the allInternalUsers property.
|
String |
getAllPartnerUsers()
Gets the value of the allPartnerUsers property.
|
List<String> |
getGroup()
Gets the value of the group property.
|
List<String> |
getGroups()
Gets the value of the groups property.
|
List<String> |
getManagers()
Gets the value of the managers property.
|
List<String> |
getManagerSubordinates()
Gets the value of the managerSubordinates property.
|
List<String> |
getPortalRole()
Gets the value of the portalRole property.
|
List<String> |
getPortalRoleAndSubordinates()
Gets the value of the portalRoleAndSubordinates property.
|
List<String> |
getQueue()
Gets the value of the queue property.
|
List<String> |
getRole()
Gets the value of the role property.
|
List<String> |
getRoleAndSubordinates()
Gets the value of the roleAndSubordinates property.
|
List<String> |
getRoleAndSubordinatesInternal()
Gets the value of the roleAndSubordinatesInternal property.
|
List<String> |
getRoles()
Gets the value of the roles property.
|
List<String> |
getRolesAndSubordinates()
Gets the value of the rolesAndSubordinates property.
|
List<String> |
getTerritories()
Gets the value of the territories property.
|
List<String> |
getTerritoriesAndSubordinates()
Gets the value of the territoriesAndSubordinates property.
|
List<String> |
getTerritory()
Gets the value of the territory property.
|
List<String> |
getTerritoryAndSubordinates()
Gets the value of the territoryAndSubordinates property.
|
void |
setAllCustomerPortalUsers(String value)
Sets the value of the allCustomerPortalUsers property.
|
void |
setAllInternalUsers(String value)
Sets the value of the allInternalUsers property.
|
void |
setAllPartnerUsers(String value)
Sets the value of the allPartnerUsers property.
|
protected String allCustomerPortalUsers
protected String allInternalUsers
protected String allPartnerUsers
public String getAllCustomerPortalUsers()
Stringpublic void setAllCustomerPortalUsers(String value)
value - allowed object is
Stringpublic String getAllInternalUsers()
Stringpublic void setAllInternalUsers(String value)
value - allowed object is
Stringpublic String getAllPartnerUsers()
Stringpublic void setAllPartnerUsers(String value)
value - allowed object is
Stringpublic List<String> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getGroups()
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 groups property.
For example, to add a new item, do as follows:
getGroups().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getManagerSubordinates()
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 managerSubordinates property.
For example, to add a new item, do as follows:
getManagerSubordinates().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getManagers()
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 managers property.
For example, to add a new item, do as follows:
getManagers().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getPortalRole()
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 portalRole property.
For example, to add a new item, do as follows:
getPortalRole().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getPortalRoleAndSubordinates()
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 portalRoleAndSubordinates property.
For example, to add a new item, do as follows:
getPortalRoleAndSubordinates().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getQueue()
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 queue property.
For example, to add a new item, do as follows:
getQueue().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getRole()
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 role property.
For example, to add a new item, do as follows:
getRole().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getRoleAndSubordinates()
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 roleAndSubordinates property.
For example, to add a new item, do as follows:
getRoleAndSubordinates().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getRoleAndSubordinatesInternal()
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 roleAndSubordinatesInternal property.
For example, to add a new item, do as follows:
getRoleAndSubordinatesInternal().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getRoles()
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 roles property.
For example, to add a new item, do as follows:
getRoles().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getRolesAndSubordinates()
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 rolesAndSubordinates property.
For example, to add a new item, do as follows:
getRolesAndSubordinates().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getTerritories()
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 territories property.
For example, to add a new item, do as follows:
getTerritories().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getTerritoriesAndSubordinates()
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 territoriesAndSubordinates property.
For example, to add a new item, do as follows:
getTerritoriesAndSubordinates().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getTerritory()
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 territory property.
For example, to add a new item, do as follows:
getTerritory().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getTerritoryAndSubordinates()
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 territoryAndSubordinates property.
For example, to add a new item, do as follows:
getTerritoryAndSubordinates().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2016. All rights reserved.