Package com.scene7.ipsapi
Class CompanyMember
java.lang.Object
com.scene7.ipsapi.CompanyMember
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/2024-05-30-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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRole()Gets the value of the role property.getUser()Gets the value of the user property.booleanGets the value of the isActive property.voidsetIsActive(boolean value) Sets the value of the isActive property.voidSets the value of the role property.voidSets the value of the user property.
-
Constructor Details
-
CompanyMember
public CompanyMember()
-
-
Method Details
-
getUser
Gets the value of the user property.- Returns:
- possible object is
User
-
setUser
Sets the value of the user property.- Parameters:
value- allowed object isUser
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-
isIsActive
public boolean isIsActive()Gets the value of the isActive property. -
setIsActive
public void setIsActive(boolean value) Sets the value of the isActive property.
-