Class LocationNode

java.lang.Object
tyler.efm.latest.services.schema.common.LocationNode

public class LocationNode extends Object

Java class for LocationNode complex type.

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

 <complexType name="LocationNode">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NodeID" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="CourtIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • nodeID

      protected int nodeID
    • courtIdentifier

      protected String courtIdentifier
  • Constructor Details

    • LocationNode

      public LocationNode()
  • Method Details

    • getNodeID

      public int getNodeID()
      Gets the value of the nodeID property.
    • setNodeID

      public void setNodeID(int value)
      Sets the value of the nodeID property.
    • getCourtIdentifier

      public String getCourtIdentifier()
      Gets the value of the courtIdentifier property.
      Returns:
      possible object is String
    • setCourtIdentifier

      public void setCourtIdentifier(String value)
      Sets the value of the courtIdentifier property.
      Parameters:
      value - allowed object is String
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object