public class ContractContactDetails extends Object
Java class for contractContactDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contractContactDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
companyName |
Constructor and Description |
---|
ContractContactDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getCompanyName()
Gets the value of the companyName property.
|
void |
setCompanyName(String value)
Sets the value of the companyName property.
|
protected String companyName
Copyright © 2014 OpenEstate. All rights reserved.