Package gov.ojp.it.jxdm._3_0
Class PropertyType
- java.lang.Object
-
- gov.ojp.it.jxdm._3_0.SuperType
-
- gov.ojp.it.jxdm._3_0.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ReferenceType>propertyOwnerPerson-
Fields inherited from class gov.ojp.it.jxdm._3_0.SuperType
id, sourceIDText
-
-
Constructor Summary
Constructors Constructor Description PropertyType()Default no-arg constructorPropertyType(String sourceIDText, String id, List<ReferenceType> propertyOwnerPerson)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ReferenceType>getPropertyOwnerPerson()Gets the value of the propertyOwnerPerson property.-
Methods inherited from class gov.ojp.it.jxdm._3_0.SuperType
getId, getSourceIDText, setId, setSourceIDText
-
-
-
-
Field Detail
-
propertyOwnerPerson
protected List<ReferenceType> propertyOwnerPerson
-
-
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
setmethod 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
-
-