Package com.scene7.ipsapi
Class Company
java.lang.Object
com.scene7.ipsapi.Company
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the companyHandle property.Gets the value of the expires property.Gets the value of the imsOrgId property.getName()Gets the value of the name property.Gets the value of the rootPath property.voidsetCompanyHandle(String value) Sets the value of the companyHandle property.voidsetExpires(XMLGregorianCalendar value) Sets the value of the expires property.voidsetImsOrgId(String value) Sets the value of the imsOrgId property.voidSets the value of the name property.voidsetRootPath(String value) Sets the value of the rootPath property.
-
Constructor Details
-
Company
public Company()
-
-
Method Details
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getRootPath
Gets the value of the rootPath property.- Returns:
- possible object is
String
-
setRootPath
Sets the value of the rootPath property.- Parameters:
value- allowed object isString
-
getExpires
Gets the value of the expires property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpires
Sets the value of the expires property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getImsOrgId
Gets the value of the imsOrgId property.- Returns:
- possible object is
String
-
setImsOrgId
Sets the value of the imsOrgId property.- Parameters:
value- allowed object isString
-