Package gov.ojp.it.jxdm._3_0
Class StreetType
- java.lang.Object
-
- gov.ojp.it.jxdm._3_0.StreetType
-
public class StreetType extends Object
Java class for StreetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StreetType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="StreetNumberText" type="{http://www.it.ojp.gov/jxdm/3.0.3}TextType" minOccurs="0"/> <element name="StreetName" type="{http://www.it.ojp.gov/jxdm/3.0.3}TextType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TextTypestreetNameprotected TextTypestreetNumberText
-
Constructor Summary
Constructors Constructor Description StreetType()Default no-arg constructorStreetType(TextType streetNumberText, TextType streetName)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextTypegetStreetName()Gets the value of the streetName property.TextTypegetStreetNumberText()Gets the value of the streetNumberText property.voidsetStreetName(TextType value)Sets the value of the streetName property.voidsetStreetNumberText(TextType value)Sets the value of the streetNumberText property.
-
-
-
Method Detail
-
getStreetNumberText
public TextType getStreetNumberText()
Gets the value of the streetNumberText property.- Returns:
- possible object is
TextType
-
setStreetNumberText
public void setStreetNumberText(TextType value)
Sets the value of the streetNumberText property.- Parameters:
value- allowed object isTextType
-
getStreetName
public TextType getStreetName()
Gets the value of the streetName property.- Returns:
- possible object is
TextType
-
-