Class PossiblePartMappingsResponse

    • Constructor Detail

      • PossiblePartMappingsResponse

        public PossiblePartMappingsResponse()
        Constructor used by JAXB
      • PossiblePartMappingsResponse

        public PossiblePartMappingsResponse​(Message message,
                                            ResponseInfo responseInfo)
        Parameters:
        message -
        responseInfo -
    • Method Detail

      • setPossibleMapping

        public void setPossibleMapping​(Map<Integer,​List<Part>> possibleMappings)
        Set the map of possible part types
        Parameters:
        possibleMappings -
      • getPossibleMappings

        public Map<Integer,​List<Part>> getPossibleMappings()
        Returns the map of possible parts per part id
        Returns: