Class PhysicalFeatureType

java.lang.Object
tyler.ecf.extensions.common.PhysicalFeatureType

public class PhysicalFeatureType extends Object

Java class for PhysicalFeatureType complex type.

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

 <complexType name="PhysicalFeatureType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}PhysicalFeatureDescriptionText"/>
         <element ref="{urn:tyler:ecf:extensions:Common}PhysicalFeatureReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • physicalFeatureDescriptionText

      protected TextType physicalFeatureDescriptionText
    • physicalFeatureReference

      protected ReferenceType physicalFeatureReference
  • Constructor Details

    • PhysicalFeatureType

      public PhysicalFeatureType()
  • Method Details

    • getPhysicalFeatureDescriptionText

      public TextType getPhysicalFeatureDescriptionText()
      Gets the value of the physicalFeatureDescriptionText property.
      Returns:
      possible object is TextType
    • setPhysicalFeatureDescriptionText

      public void setPhysicalFeatureDescriptionText(TextType value)
      Sets the value of the physicalFeatureDescriptionText property.
      Parameters:
      value - allowed object is TextType
    • getPhysicalFeatureReference

      public ReferenceType getPhysicalFeatureReference()
      Gets the value of the physicalFeatureReference property.
      Returns:
      possible object is ReferenceType
    • setPhysicalFeatureReference

      public void setPhysicalFeatureReference(ReferenceType value)
      Sets the value of the physicalFeatureReference property.
      Parameters:
      value - allowed object is ReferenceType
    • 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