@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:32:58+02:00", comments="JAXB RI v2.3.7") public class EnterpriseType extends Object implements Serializable
Java class for EnterpriseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnterpriseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EnterpriseNumber" type="{http://www.mercurius.vlaanderen.be/wzcmh/common/v3}EnterpriseNumberType"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Address" type="{http://www.mercurius.vlaanderen.be/vsb/common/v2}AddressType" minOccurs="0"/>
<element name="PhoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ChangedEnterpriseNumber" type="{http://www.mercurius.vlaanderen.be/wzcmh/common/v3}EnterpriseNumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EnterpriseType() |
| Modifier and Type | Method and Description |
|---|---|
AddressType |
getAddress()
Gets the value of the address property.
|
String |
getChangedEnterpriseNumber()
Gets the value of the changedEnterpriseNumber property.
|
String |
getEnterpriseNumber()
Gets the value of the enterpriseNumber property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
void |
setAddress(AddressType value)
Sets the value of the address property.
|
void |
setChangedEnterpriseNumber(String value)
Sets the value of the changedEnterpriseNumber property.
|
void |
setEnterpriseNumber(String value)
Sets the value of the enterpriseNumber property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property.
|
public String getEnterpriseNumber()
Stringpublic void setEnterpriseNumber(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic AddressType getAddress()
AddressTypepublic void setAddress(AddressType value)
value - allowed object is
AddressTypepublic String getPhoneNumber()
Stringpublic void setPhoneNumber(String value)
value - allowed object is
Stringpublic String getChangedEnterpriseNumber()
String
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.