Class Xref


  • @ApiType("SoftLayer_Product_Item_Category_Question_Xref")
    public class Xref
    extends Entity
    The SoftLayer_Product_Item_Category_Question_Xref data type represents a link between an item category and an item category question. It also contains a 'required' field that designates if the question is required to be answered for the given item category.
    See Also:
    SoftLayer_Product_Item_Category_Question_Xref
    • Constructor Detail

      • Xref

        public Xref()
    • Method Detail

      • getItemCategory

        public Category getItemCategory()
      • setItemCategory

        public void setItemCategory​(Category itemCategory)
      • getQuestion

        public Question getQuestion()
      • setQuestion

        public void setQuestion​(Question question)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getItemCategoryId

        public Long getItemCategoryId()
      • setItemCategoryId

        public void setItemCategoryId​(Long itemCategoryId)
      • isItemCategoryIdSpecified

        public boolean isItemCategoryIdSpecified()
      • unsetItemCategoryId

        public void unsetItemCategoryId()
      • getLocationId

        public Long getLocationId()
      • setLocationId

        public void setLocationId​(Long locationId)
      • isLocationIdSpecified

        public boolean isLocationIdSpecified()
      • unsetLocationId

        public void unsetLocationId()
      • getQuestionId

        public Long getQuestionId()
      • setQuestionId

        public void setQuestionId​(Long questionId)
      • isQuestionIdSpecified

        public boolean isQuestionIdSpecified()
      • unsetQuestionId

        public void unsetQuestionId()
      • getRequired

        public Boolean getRequired()
      • setRequired

        public void setRequired​(Boolean required)
      • isRequiredSpecified

        public boolean isRequiredSpecified()
      • unsetRequired

        public void unsetRequired()