Class TypeProperty


  • public class TypeProperty
    extends java.lang.Object
    Stores a "facet" of an xml built in type. The facet may not be defined in the spec. It is public only because castor is used to unmarshall it from a config file So please consider this class PRIVATE.
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeProperty()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      boolean getPseudo()  
      java.lang.String getValue()  
      void Print​(java.io.PrintWriter output)  
      void setName​(java.lang.String name)  
      void setPseudo​(boolean pseudo)  
      void setValue​(java.lang.String value)  
      java.lang.String toString()
      To generate a String representing this class instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TypeProperty

        public TypeProperty()
    • Method Detail

      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.String getValue()
      • getPseudo

        public boolean getPseudo()
      • setName

        public void setName​(java.lang.String name)
      • setValue

        public void setValue​(java.lang.String value)
      • setPseudo

        public void setPseudo​(boolean pseudo)
      • Print

        public void Print​(java.io.PrintWriter output)
      • toString

        public java.lang.String toString()
        To generate a String representing this class instance.
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()