Package gov.ojp.it.jxdm._3_0
Class PersonNameTextType
- java.lang.Object
-
- gov.ojp.it.jxdm._3_0_3.proxy.xsd._1.String
-
- gov.ojp.it.jxdm._3_0.TextType
-
- gov.ojp.it.jxdm._3_0.PersonNameTextType
-
public class PersonNameTextType extends TextType
Java class for PersonNameTextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonNameTextType"> <simpleContent> <extension base="<http://www.it.ojp.gov/jxdm/3.0.3>TextType"> </extension> </simpleContent> </complexType>
-
-
Field Summary
-
Fields inherited from class gov.ojp.it.jxdm._3_0_3.proxy.xsd._1.String
id, sourceIDText, value
-
-
Constructor Summary
Constructors Constructor Description PersonNameTextType()Default no-arg constructorPersonNameTextType(String value, String sourceIDText, String id)Fully-initialising value constructor
-