public class

SubmunicipalityInformationDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.SubmunicipalityInformationDataType

Class Overview

The submunicipality of the address.

Java class for Submunicipality_Information_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Submunicipality_Information_DataType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="Address_Component_Name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String addressComponentName
protected String type
protected String value
Public Constructors
SubmunicipalityInformationDataType()
Public Methods
String getAddressComponentName()
Gets the value of the addressComponentName property.
String getType()
Gets the value of the type property.
String getValue()
Gets the value of the value property.
void setAddressComponentName(String value)
Sets the value of the addressComponentName property.
void setType(String value)
Sets the value of the type property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String addressComponentName

protected String type

protected String value

Public Constructors

public SubmunicipalityInformationDataType ()

Public Methods

public String getAddressComponentName ()

Gets the value of the addressComponentName property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setAddressComponentName (String value)

Sets the value of the addressComponentName property.

Parameters
value Allowed object is String

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String