public class CompanyMember
extends java.lang.Object
Java class for CompanyMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompanyMember"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="user" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}User"/> <element name="role" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="isActive" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CompanyMember() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRole()
Gets the value of the role property.
|
User |
getUser()
Gets the value of the user property.
|
boolean |
isIsActive()
Gets the value of the isActive property.
|
void |
setIsActive(boolean value)
Sets the value of the isActive property.
|
void |
setRole(java.lang.String value)
Sets the value of the role property.
|
void |
setUser(User value)
Sets the value of the user property.
|
public void setUser(User value)
value
- allowed object is
User
public java.lang.String getRole()
String
public void setRole(java.lang.String value)
value
- allowed object is
String
public boolean isIsActive()
public void setIsActive(boolean value)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"