public class GetUserCharsParam
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="charField" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="includeInvalid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="includeInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="companyHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}HandleArray" minOccurs="0"/> <element name="groupHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}HandleArray" minOccurs="0"/> <element name="userRoleArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}StringArray" minOccurs="0"/> <element name="numChars" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GetUserCharsParam() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharField()
Gets the value of the charField property.
|
HandleArray |
getCompanyHandleArray()
Gets the value of the companyHandleArray property.
|
HandleArray |
getGroupHandleArray()
Gets the value of the groupHandleArray property.
|
java.lang.Integer |
getNumChars()
Gets the value of the numChars property.
|
StringArray |
getUserRoleArray()
Gets the value of the userRoleArray property.
|
java.lang.Boolean |
isIncludeInactive()
Gets the value of the includeInactive property.
|
java.lang.Boolean |
isIncludeInvalid()
Gets the value of the includeInvalid property.
|
void |
setCharField(java.lang.String value)
Sets the value of the charField property.
|
void |
setCompanyHandleArray(HandleArray value)
Sets the value of the companyHandleArray property.
|
void |
setGroupHandleArray(HandleArray value)
Sets the value of the groupHandleArray property.
|
void |
setIncludeInactive(java.lang.Boolean value)
Sets the value of the includeInactive property.
|
void |
setIncludeInvalid(java.lang.Boolean value)
Sets the value of the includeInvalid property.
|
void |
setNumChars(java.lang.Integer value)
Sets the value of the numChars property.
|
void |
setUserRoleArray(StringArray value)
Sets the value of the userRoleArray property.
|
public java.lang.String getCharField()
String
public void setCharField(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIncludeInvalid()
Boolean
public void setIncludeInvalid(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIncludeInactive()
Boolean
public void setIncludeInactive(java.lang.Boolean value)
value
- allowed object is
Boolean
public HandleArray getCompanyHandleArray()
HandleArray
public void setCompanyHandleArray(HandleArray value)
value
- allowed object is
HandleArray
public HandleArray getGroupHandleArray()
HandleArray
public void setGroupHandleArray(HandleArray value)
value
- allowed object is
HandleArray
public StringArray getUserRoleArray()
StringArray
public void setUserRoleArray(StringArray value)
value
- allowed object is
StringArray
public java.lang.Integer getNumChars()
Integer
public void setNumChars(java.lang.Integer value)
value
- allowed object is
Integer
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"