public class CompanyMembershipUpdate
extends java.lang.Object
Java class for CompanyMembershipUpdate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompanyMembershipUpdate"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <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 |
---|
CompanyMembershipUpdate() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
java.lang.String |
getRole()
Gets the value of the role property.
|
boolean |
isIsActive()
Gets the value of the isActive property.
|
void |
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle 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.
|
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(java.lang.String value)
value
- allowed object is
String
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"