Class JaxbElementCollection

    • Constructor Detail

      • JaxbElementCollection

        public JaxbElementCollection()
    • Method Detail

      • getOrderBy

        public java.lang.String getOrderBy()
        Gets the value of the orderBy property.
        Specified by:
        getOrderBy in interface CollectionAttribute
        Returns:
        possible object is String
      • setOrderBy

        public void setOrderBy​(java.lang.String value)
        Sets the value of the orderBy property.
        Specified by:
        setOrderBy in interface CollectionAttribute
        Parameters:
        value - allowed object is String
      • setMapKeyEnumerated

        public void setMapKeyEnumerated​(EnumType value)
        Sets the value of the mapKeyEnumerated property.
        Specified by:
        setMapKeyEnumerated in interface CollectionAttribute
        Parameters:
        value - allowed object is String
      • getMapKeyAttributeOverride

        public java.util.List<JaxbAttributeOverride> getMapKeyAttributeOverride()
        Gets the value of the mapKeyAttributeOverride property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the mapKeyAttributeOverride property.

        For example, to add a new item, do as follows:

            getMapKeyAttributeOverride().add(newItem);
         

        Objects of the following type(s) are allowed in the list JaxbAttributeOverride

        Specified by:
        getMapKeyAttributeOverride in interface CollectionAttribute
      • getMapKeyConvert

        public java.util.List<JaxbConvert> getMapKeyConvert()
        Gets the value of the mapKeyConvert property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the mapKeyConvert property.

        For example, to add a new item, do as follows:

            getMapKeyConvert().add(newItem);
         

        Objects of the following type(s) are allowed in the list JaxbConvert

        Specified by:
        getMapKeyConvert in interface CollectionAttribute
      • getMapKeyJoinColumn

        public java.util.List<JaxbMapKeyJoinColumn> getMapKeyJoinColumn()
        Gets the value of the mapKeyJoinColumn property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the mapKeyJoinColumn property.

        For example, to add a new item, do as follows:

            getMapKeyJoinColumn().add(newItem);
         

        Objects of the following type(s) are allowed in the list JaxbMapKeyJoinColumn

        Specified by:
        getMapKeyJoinColumn in interface CollectionAttribute
      • getColumn

        public JaxbColumn getColumn()
        Gets the value of the column property.
        Returns:
        possible object is JaxbColumn
      • setColumn

        public void setColumn​(JaxbColumn value)
        Sets the value of the column property.
        Parameters:
        value - allowed object is JaxbColumn
      • getTemporal

        public TemporalType getTemporal()
        Gets the value of the temporal property.
        Returns:
        possible object is String
      • setTemporal

        public void setTemporal​(TemporalType value)
        Sets the value of the temporal property.
        Parameters:
        value - allowed object is String
      • getEnumerated

        public EnumType getEnumerated()
        Gets the value of the enumerated property.
        Returns:
        possible object is String
      • setEnumerated

        public void setEnumerated​(EnumType value)
        Sets the value of the enumerated property.
        Parameters:
        value - allowed object is String
      • getLob

        public JaxbLob getLob()
        Gets the value of the lob property.
        Returns:
        possible object is JaxbLob
      • setLob

        public void setLob​(JaxbLob value)
        Sets the value of the lob property.
        Parameters:
        value - allowed object is JaxbLob
      • getAttributeOverride

        public java.util.List<JaxbAttributeOverride> getAttributeOverride()
        Gets the value of the attributeOverride property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attributeOverride property.

        For example, to add a new item, do as follows:

            getAttributeOverride().add(newItem);
         

        Objects of the following type(s) are allowed in the list JaxbAttributeOverride

      • getAssociationOverride

        public java.util.List<JaxbAssociationOverride> getAssociationOverride()
        Gets the value of the associationOverride property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the associationOverride property.

        For example, to add a new item, do as follows:

            getAssociationOverride().add(newItem);
         

        Objects of the following type(s) are allowed in the list JaxbAssociationOverride

      • getConvert

        public java.util.List<JaxbConvert> getConvert()
        Gets the value of the convert property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the convert property.

        For example, to add a new item, do as follows:

            getConvert().add(newItem);
         

        Objects of the following type(s) are allowed in the list JaxbConvert

      • setCollectionTable

        public void setCollectionTable​(JaxbCollectionTable value)
        Sets the value of the collectionTable property.
        Parameters:
        value - allowed object is JaxbCollectionTable
      • getName

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

        public void setName​(java.lang.String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getTargetClass

        public java.lang.String getTargetClass()
        Gets the value of the targetClass property.
        Returns:
        possible object is String
      • setTargetClass

        public void setTargetClass​(java.lang.String value)
        Sets the value of the targetClass property.
        Parameters:
        value - allowed object is String
      • setFetch

        public void setFetch​(FetchType value)
        Sets the value of the fetch property.
        Specified by:
        setFetch in interface FetchableAttribute
        Parameters:
        value - allowed object is String
      • setAccess

        public void setAccess​(AccessType value)
        Sets the value of the access property.
        Specified by:
        setAccess in interface PersistentAttribute
        Parameters:
        value - allowed object is String