Package gov.ojp.it.jxdm._3_0
Class LocationType
- java.lang.Object
-
- gov.ojp.it.jxdm._3_0.SuperType
-
- gov.ojp.it.jxdm._3_0.LocationType
-
- Direct Known Subclasses:
ResidenceType
public class LocationType extends SuperType
Java class for LocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocationType"> <complexContent> <extension base="{http://www.it.ojp.gov/jxdm/3.0.3}SuperType"> <sequence> <element name="LocationAddress" type="{http://www.it.ojp.gov/jxdm/3.0.3}AddressType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AddressTypelocationAddress-
Fields inherited from class gov.ojp.it.jxdm._3_0.SuperType
id, sourceIDText
-
-
Constructor Summary
Constructors Constructor Description LocationType()Default no-arg constructorLocationType(String sourceIDText, String id, AddressType locationAddress)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressTypegetLocationAddress()Gets the value of the locationAddress property.voidsetLocationAddress(AddressType value)Sets the value of the locationAddress property.-
Methods inherited from class gov.ojp.it.jxdm._3_0.SuperType
getId, getSourceIDText, setId, setSourceIDText
-
-
-
-
Field Detail
-
locationAddress
protected AddressType locationAddress
-
-
Constructor Detail
-
LocationType
public LocationType()
Default no-arg constructor
-
LocationType
public LocationType(String sourceIDText, String id, AddressType locationAddress)
Fully-initialising value constructor
-
-
Method Detail
-
getLocationAddress
public AddressType getLocationAddress()
Gets the value of the locationAddress property.- Returns:
- possible object is
AddressType
-
setLocationAddress
public void setLocationAddress(AddressType value)
Sets the value of the locationAddress property.- Parameters:
value- allowed object isAddressType
-
-