public class GetUserCharsParam extends 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/2019-09-10-beta}HandleArray" minOccurs="0"/>
<element name="groupHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}HandleArray" minOccurs="0"/>
<element name="userRoleArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-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 |
|---|---|
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.
|
Integer |
getNumChars()
Gets the value of the numChars property.
|
StringArray |
getUserRoleArray()
Gets the value of the userRoleArray property.
|
Boolean |
isIncludeInactive()
Gets the value of the includeInactive property.
|
Boolean |
isIncludeInvalid()
Gets the value of the includeInvalid property.
|
void |
setCharField(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(Boolean value)
Sets the value of the includeInactive property.
|
void |
setIncludeInvalid(Boolean value)
Sets the value of the includeInvalid property.
|
void |
setNumChars(Integer value)
Sets the value of the numChars property.
|
void |
setUserRoleArray(StringArray value)
Sets the value of the userRoleArray property.
|
public String getCharField()
Stringpublic void setCharField(String value)
value - allowed object is
Stringpublic Boolean isIncludeInvalid()
Booleanpublic void setIncludeInvalid(Boolean value)
value - allowed object is
Booleanpublic Boolean isIncludeInactive()
Booleanpublic void setIncludeInactive(Boolean value)
value - allowed object is
Booleanpublic HandleArray getCompanyHandleArray()
HandleArraypublic void setCompanyHandleArray(HandleArray value)
value - allowed object is
HandleArraypublic HandleArray getGroupHandleArray()
HandleArraypublic void setGroupHandleArray(HandleArray value)
value - allowed object is
HandleArraypublic StringArray getUserRoleArray()
StringArraypublic void setUserRoleArray(StringArray value)
value - allowed object is
StringArraypublic Integer getNumChars()
IntegerCopyright © 2010 - 2020 Adobe. All Rights Reserved