Package tyler.ecf.extensions.common
Class PhysicalFeatureType
java.lang.Object
tyler.ecf.extensions.common.PhysicalFeatureType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the physicalFeatureDescriptionText property.Gets the value of the physicalFeatureReference property.void
Sets the value of the physicalFeatureDescriptionText property.void
Sets the value of the physicalFeatureReference property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
physicalFeatureDescriptionText
-
physicalFeatureReference
-
-
Constructor Details
-
PhysicalFeatureType
public PhysicalFeatureType()
-
-
Method Details
-
getPhysicalFeatureDescriptionText
Gets the value of the physicalFeatureDescriptionText property.- Returns:
- possible object is
TextType
-
setPhysicalFeatureDescriptionText
Sets the value of the physicalFeatureDescriptionText property.- Parameters:
value
- allowed object isTextType
-
getPhysicalFeatureReference
Gets the value of the physicalFeatureReference property.- Returns:
- possible object is
ReferenceType
-
setPhysicalFeatureReference
Sets the value of the physicalFeatureReference property.- Parameters:
value
- allowed object isReferenceType
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-