Class GeneratedPhoneContactInfo

    • Field Detail

      • PHONENUMBER

        public static final java.lang.String PHONENUMBER
        Qualifier of the PhoneContactInfo.phoneNumber attribute
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Qualifier of the PhoneContactInfo.type attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedPhoneContactInfo

        public GeneratedPhoneContactInfo()
    • Method Detail

      • getPhoneNumber

        public java.lang.String getPhoneNumber​(SessionContext ctx)
        Generated method - Getter of the PhoneContactInfo.phoneNumber attribute.
        Returns:
        the phoneNumber
      • getPhoneNumber

        public java.lang.String getPhoneNumber()
        Generated method - Getter of the PhoneContactInfo.phoneNumber attribute.
        Returns:
        the phoneNumber
      • setPhoneNumber

        public void setPhoneNumber​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the PhoneContactInfo.phoneNumber attribute.
        Parameters:
        value - the phoneNumber
      • setPhoneNumber

        public void setPhoneNumber​(java.lang.String value)
        Generated method - Setter of the PhoneContactInfo.phoneNumber attribute.
        Parameters:
        value - the phoneNumber
      • getType

        public EnumerationValue getType​(SessionContext ctx)
        Generated method - Getter of the PhoneContactInfo.type attribute.
        Returns:
        the type
      • getType

        public EnumerationValue getType()
        Generated method - Getter of the PhoneContactInfo.type attribute.
        Returns:
        the type
      • setType

        public void setType​(SessionContext ctx,
                            EnumerationValue value)
        Generated method - Setter of the PhoneContactInfo.type attribute.
        Parameters:
        value - the type
      • setType

        public void setType​(EnumerationValue value)
        Generated method - Setter of the PhoneContactInfo.type attribute.
        Parameters:
        value - the type