Class 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 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 is AddressType