public class Company
extends java.lang.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="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="rootPath" 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 |
---|
Company() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
javax.xml.datatype.XMLGregorianCalendar |
getExpires()
Gets the value of the expires property.
|
java.lang.String |
getImsOrgId()
Gets the value of the imsOrgId property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getRootPath()
Gets the value of the rootPath property.
|
void |
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle 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.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRootPath(java.lang.String value)
Sets the value of the rootPath property.
|
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRootPath()
String
public void setRootPath(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"