Class Transient

  • All Implemented Interfaces:
    Field, Keyable

    public class Transient
    extends Object
    implements Field
    Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Transient {}

    Java class for transient complex type.

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

     <complexType name="transient">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • Transient

        public Transient()
      • Transient

        public Transient​(String name)
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Specified by:
        getName in interface Field
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Specified by:
        setName in interface Field
        Parameters:
        value - allowed object is String
      • getKey

        public Object getKey()
        Description copied from interface: Keyable
        Gets the immutable key for this object.
        Specified by:
        getKey in interface Keyable
        Returns:
        gets the immutable key for this object