Class PropertyType

  • Direct Known Subclasses:
    VehicleBasicsType

    public class PropertyType
    extends SuperType

    Java class for PropertyType complex type.

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

     <complexType name="PropertyType">
       <complexContent>
         <extension base="{http://www.it.ojp.gov/jxdm/3.0.3}SuperType">
           <sequence>
             <element name="PropertyOwner.Person" type="{http://www.it.ojp.gov/jxdm/3.0.3}ReferenceType" maxOccurs="unbounded"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PropertyType

        public PropertyType()
        Default no-arg constructor
      • PropertyType

        public PropertyType​(String sourceIDText,
                            String id,
                            List<ReferenceType> propertyOwnerPerson)
        Fully-initialising value constructor
    • Method Detail

      • getPropertyOwnerPerson

        public List<ReferenceType> getPropertyOwnerPerson()
        Gets the value of the propertyOwnerPerson property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the propertyOwnerPerson property.

        For example, to add a new item, do as follows:

            getPropertyOwnerPerson().add(newItem);
         

        Objects of the following type(s) are allowed in the list ReferenceType