Package com.scene7.ipsapi
Class GetUserCharsParam
- java.lang.Object
-
- com.scene7.ipsapi.GetUserCharsParam
-
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/2021-04-26-beta}HandleArray" minOccurs="0"/> <element name="groupHandleArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}HandleArray" minOccurs="0"/> <element name="userRoleArray" type="{http://www.scene7.com/IpsApi/xsd/2021-04-26-beta}StringArray" minOccurs="0"/> <element name="numChars" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GetUserCharsParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getCharField
public java.lang.String getCharField()
Gets the value of the charField property.- Returns:
- possible object is
String
-
setCharField
public void setCharField(java.lang.String value)
Sets the value of the charField property.- Parameters:
value
- allowed object isString
-
isIncludeInvalid
public java.lang.Boolean isIncludeInvalid()
Gets the value of the includeInvalid property.- Returns:
- possible object is
Boolean
-
setIncludeInvalid
public void setIncludeInvalid(java.lang.Boolean value)
Sets the value of the includeInvalid property.- Parameters:
value
- allowed object isBoolean
-
isIncludeInactive
public java.lang.Boolean isIncludeInactive()
Gets the value of the includeInactive property.- Returns:
- possible object is
Boolean
-
setIncludeInactive
public void setIncludeInactive(java.lang.Boolean value)
Sets the value of the includeInactive property.- Parameters:
value
- allowed object isBoolean
-
getCompanyHandleArray
public HandleArray getCompanyHandleArray()
Gets the value of the companyHandleArray property.- Returns:
- possible object is
HandleArray
-
setCompanyHandleArray
public void setCompanyHandleArray(HandleArray value)
Sets the value of the companyHandleArray property.- Parameters:
value
- allowed object isHandleArray
-
getGroupHandleArray
public HandleArray getGroupHandleArray()
Gets the value of the groupHandleArray property.- Returns:
- possible object is
HandleArray
-
setGroupHandleArray
public void setGroupHandleArray(HandleArray value)
Sets the value of the groupHandleArray property.- Parameters:
value
- allowed object isHandleArray
-
getUserRoleArray
public StringArray getUserRoleArray()
Gets the value of the userRoleArray property.- Returns:
- possible object is
StringArray
-
setUserRoleArray
public void setUserRoleArray(StringArray value)
Sets the value of the userRoleArray property.- Parameters:
value
- allowed object isStringArray
-
getNumChars
public java.lang.Integer getNumChars()
Gets the value of the numChars property.- Returns:
- possible object is
Integer
-
setNumChars
public void setNumChars(java.lang.Integer value)
Sets the value of the numChars property.- Parameters:
value
- allowed object isInteger
-
-