Class 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 Detail

      • streetNumberText

        protected TextType streetNumberText
      • streetName

        protected TextType streetName
    • Constructor Detail

      • StreetType

        public StreetType()
        Default no-arg constructor
      • StreetType

        public StreetType​(TextType streetNumberText,
                          TextType streetName)
        Fully-initialising value constructor
    • 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 is TextType
      • getStreetName

        public TextType getStreetName()
        Gets the value of the streetName property.
        Returns:
        possible object is TextType
      • setStreetName

        public void setStreetName​(TextType value)
        Sets the value of the streetName property.
        Parameters:
        value - allowed object is TextType