public class AddCompanyParam
extends java.lang.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 |
---|---|
java.lang.String |
getCompanyName()
Gets the value of the companyName property.
|
javax.xml.datatype.XMLGregorianCalendar |
getExpires()
Gets the value of the expires property.
|
java.lang.String |
getImsOrgId()
Gets the value of the imsOrgId property.
|
void |
setCompanyName(java.lang.String value)
Sets the value of the companyName property.
|
void |
setExpires(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expires property.
|
void |
setImsOrgId(java.lang.String value)
Sets the value of the imsOrgId property.
|
public java.lang.String getCompanyName()
String
public void setCompanyName(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getExpires()
XMLGregorianCalendar
public void setExpires(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getImsOrgId()
String
public void setImsOrgId(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"