Class CharacterStringPropertyType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
    Direct Known Subclasses:
    PTFreeTextPropertyType

    public class CharacterStringPropertyType
    extends Object
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    Java class for CharacterString_PropertyType complex type.

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

     <complexType name="CharacterString_PropertyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence minOccurs="0">
             <element ref="{http://www.isotc211.org/2005/gco}CharacterString"/>
           </sequence>
           <attribute ref="{http://www.isotc211.org/2005/gco}nilReason"/>
         </restriction>
       </complexContent>
     </complexType>