public class Company extends Object
Java class for Company complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Company">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LogoUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProfileId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
logoUrl |
protected String |
name |
protected long |
profileId |
protected String |
status |
| Constructor and Description |
|---|
Company() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogoUrl()
Gets the value of the logoUrl property.
|
String |
getName()
Gets the value of the name property.
|
long |
getProfileId()
Gets the value of the profileId property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setLogoUrl(String value)
Sets the value of the logoUrl property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProfileId(long value)
Sets the value of the profileId property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String logoUrl
protected String name
protected long profileId
protected String status
public String getLogoUrl()
Stringpublic void setLogoUrl(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getProfileId()
public void setProfileId(long value)
public String getStatus()
StringCopyright © 2024. All rights reserved.