|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ITPolicyType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectcom.rim.bes.bas.dto.BASBaseDTO
com.rim.bes.bas.dto.ITPolicyType
public abstract class ITPolicyType
Java class for ITPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ITPolicyType">
<complexContent>
<extension base="{http://www.rim.com/com.rim.bes.bas.dto}BASBaseDTO">
<sequence>
<element name="ITPolicyItem" type="{http://www.rim.com/com.rim.bes.bas.dto}ITPolicyItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="ITPolicyLurnum" type="{http://www.rim.com/com.rim.bes.bas.dto}ITPolicyLurnum" minOccurs="0"/>
<element name="isPolicyNameEditable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="localeNameAndDescription" type="{http://www.rim.com/applicationattributes}LocaleNameAndDescription" maxOccurs="unbounded" minOccurs="0"/>
<element name="organizationId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="policyId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="policyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="priority" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
BASBaseDTO.VersionStamps |
| Field Summary | |
|---|---|
protected java.lang.Boolean |
isPolicyNameEditable
|
protected java.lang.Boolean |
isPrivate
|
protected java.util.List<ITPolicyItem> |
itPolicyItem
|
protected ITPolicyLurnum |
itPolicyLurnum
|
protected java.util.List<LocaleNameAndDescription> |
localeNameAndDescription
|
protected java.lang.Integer |
organizationId
|
protected java.lang.Integer |
policyId
|
protected java.lang.String |
policyName
|
protected java.lang.Integer |
priority
|
| Fields inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
versionStamps |
| Constructor Summary | |
|---|---|
ITPolicyType()
|
|
| Method Summary | |
|---|---|
java.util.List<ITPolicyItem> |
getITPolicyItem()
Gets the value of the itPolicyItem property. |
ITPolicyLurnum |
getITPolicyLurnum()
Gets the value of the itPolicyLurnum property. |
java.util.List<LocaleNameAndDescription> |
getLocaleNameAndDescription()
Gets the value of the localeNameAndDescription property. |
java.lang.Integer |
getOrganizationId()
Gets the value of the organizationId property. |
java.lang.Integer |
getPolicyId()
Gets the value of the policyId property. |
java.lang.String |
getPolicyName()
Gets the value of the policyName property. |
java.lang.Integer |
getPriority()
Gets the value of the priority property. |
java.lang.Boolean |
isIsPolicyNameEditable()
Gets the value of the isPolicyNameEditable property. |
java.lang.Boolean |
isIsPrivate()
Gets the value of the isPrivate property. |
void |
setIsPolicyNameEditable(java.lang.Boolean value)
Sets the value of the isPolicyNameEditable property. |
void |
setIsPrivate(java.lang.Boolean value)
Sets the value of the isPrivate property. |
void |
setITPolicyLurnum(ITPolicyLurnum value)
Sets the value of the itPolicyLurnum property. |
void |
setOrganizationId(java.lang.Integer value)
Sets the value of the organizationId property. |
void |
setPolicyId(java.lang.Integer value)
Sets the value of the policyId property. |
void |
setPolicyName(java.lang.String value)
Sets the value of the policyName property. |
void |
setPriority(java.lang.Integer value)
Sets the value of the priority property. |
| Methods inherited from class com.rim.bes.bas.dto.BASBaseDTO |
|---|
getVersionStamps, setVersionStamps |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<ITPolicyItem> itPolicyItem
protected ITPolicyLurnum itPolicyLurnum
protected java.lang.Boolean isPolicyNameEditable
protected java.lang.Boolean isPrivate
protected java.util.List<LocaleNameAndDescription> localeNameAndDescription
protected java.lang.Integer organizationId
protected java.lang.Integer policyId
protected java.lang.String policyName
protected java.lang.Integer priority
| Constructor Detail |
|---|
public ITPolicyType()
| Method Detail |
|---|
public java.util.List<ITPolicyItem> getITPolicyItem()
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 itPolicyItem property.
For example, to add a new item, do as follows:
getITPolicyItem().add(newItem);
Objects of the following type(s) are allowed in the list
ITPolicyItem
public ITPolicyLurnum getITPolicyLurnum()
ITPolicyLurnumpublic void setITPolicyLurnum(ITPolicyLurnum value)
value - allowed object is
ITPolicyLurnumpublic java.lang.Boolean isIsPolicyNameEditable()
Booleanpublic void setIsPolicyNameEditable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsPrivate()
Booleanpublic void setIsPrivate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.List<LocaleNameAndDescription> getLocaleNameAndDescription()
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 localeNameAndDescription property.
For example, to add a new item, do as follows:
getLocaleNameAndDescription().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleNameAndDescription
public java.lang.Integer getOrganizationId()
Integerpublic void setOrganizationId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPolicyId()
Integerpublic void setPolicyId(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getPolicyName()
Stringpublic void setPolicyName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPriority()
Integerpublic void setPriority(java.lang.Integer value)
value - allowed object is
Integer
|
BlackBerry Administration API v5.0.3.29 |
||||||||
| PREV CLASS NEXT CLASS | com.rim.bes.bas.dto.ITPolicyType NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||