public class AddCompanyParam extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expires" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="imsOrgId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AddCompanyParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyName()
Gets the value of the companyName property.
|
XMLGregorianCalendar |
getExpires()
Gets the value of the expires property.
|
String |
getImsOrgId()
Gets the value of the imsOrgId property.
|
void |
setCompanyName(String value)
Sets the value of the companyName property.
|
void |
setExpires(XMLGregorianCalendar value)
Sets the value of the expires property.
|
void |
setImsOrgId(String value)
Sets the value of the imsOrgId property.
|
public String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getExpires()
XMLGregorianCalendarpublic void setExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getImsOrgId()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved