public class ClientID extends Object
Java class for ClientID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClientID">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ClientID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PartnerClientKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="PartnerUserKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CreatedBy" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ModifiedBy" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="EnterpriseID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="CustomerKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
clientID |
protected Integer |
createdBy |
protected String |
customerKey |
protected Long |
enterpriseID |
protected Integer |
id |
protected Integer |
modifiedBy |
protected String |
partnerClientKey |
protected String |
partnerUserKey |
protected Integer |
userID |
| Constructor and Description |
|---|
ClientID() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getClientID()
Gets the value of the clientID property.
|
Integer |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCustomerKey()
Gets the value of the customerKey property.
|
Long |
getEnterpriseID()
Gets the value of the enterpriseID property.
|
Integer |
getID()
Gets the value of the id property.
|
Integer |
getModifiedBy()
Gets the value of the modifiedBy property.
|
String |
getPartnerClientKey()
Gets the value of the partnerClientKey property.
|
String |
getPartnerUserKey()
Gets the value of the partnerUserKey property.
|
Integer |
getUserID()
Gets the value of the userID property.
|
void |
setClientID(Integer value)
Sets the value of the clientID property.
|
void |
setCreatedBy(Integer value)
Sets the value of the createdBy property.
|
void |
setCustomerKey(String value)
Sets the value of the customerKey property.
|
void |
setEnterpriseID(Long value)
Sets the value of the enterpriseID property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setModifiedBy(Integer value)
Sets the value of the modifiedBy property.
|
void |
setPartnerClientKey(String value)
Sets the value of the partnerClientKey property.
|
void |
setPartnerUserKey(String value)
Sets the value of the partnerUserKey property.
|
void |
setUserID(Integer value)
Sets the value of the userID property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Integer clientID
protected Integer id
protected String partnerClientKey
protected Integer userID
protected String partnerUserKey
protected Integer createdBy
protected Integer modifiedBy
protected Long enterpriseID
protected String customerKey
public Integer getClientID()
Integerpublic void setClientID(Integer value)
value - allowed object is
Integerpublic void setID(Integer value)
value - allowed object is
Integerpublic String getPartnerClientKey()
Stringpublic void setPartnerClientKey(String value)
value - allowed object is
Stringpublic Integer getUserID()
Integerpublic void setUserID(Integer value)
value - allowed object is
Integerpublic String getPartnerUserKey()
Stringpublic void setPartnerUserKey(String value)
value - allowed object is
Stringpublic Integer getCreatedBy()
Integerpublic void setCreatedBy(Integer value)
value - allowed object is
Integerpublic Integer getModifiedBy()
Integerpublic void setModifiedBy(Integer value)
value - allowed object is
Integerpublic Long getEnterpriseID()
Longpublic void setEnterpriseID(Long value)
value - allowed object is
Longpublic String getCustomerKey()
Stringpublic void setCustomerKey(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.